Class: Aws::QuickSight::Types::CreateGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The response object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::Group

The name of the group.

Returns:



7691
7692
7693
7694
7695
7696
7697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7691

class CreateGroupResponse < Struct.new(
  :group,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


7691
7692
7693
7694
7695
7696
7697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7691

class CreateGroupResponse < Struct.new(
  :group,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


7691
7692
7693
7694
7695
7696
7697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7691

class CreateGroupResponse < Struct.new(
  :group,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end