Class: Aws::QuickSight::Types::DescribeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ Types::Group
The name of the group.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#group ⇒ Types::Group
The name of the group.
17106 17107 17108 17109 17110 17111 17112 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17106 class DescribeGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
17106 17107 17108 17109 17110 17111 17112 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17106 class DescribeGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17106 17107 17108 17109 17110 17111 17112 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17106 class DescribeGroupResponse < Struct.new( :group, :request_id, :status) SENSITIVE = [] include Aws::Structure end |