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:



5501
5502
5503
5504
5505
5506
5507
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5501

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)


5501
5502
5503
5504
5505
5506
5507
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5501

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5501
5502
5503
5504
5505
5506
5507
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5501

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