Class: Aws::QBusiness::Types::GetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::GroupStatusDetail
The current status of the group.
-
#status_history ⇒ Array<Types::GroupStatusDetail>
The status history of the group.
Instance Attribute Details
#status ⇒ Types::GroupStatusDetail
The current status of the group.
3933 3934 3935 3936 3937 3938 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3933 class GetGroupResponse < Struct.new( :status, :status_history) SENSITIVE = [] include Aws::Structure end |
#status_history ⇒ Array<Types::GroupStatusDetail>
The status history of the group.
3933 3934 3935 3936 3937 3938 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3933 class GetGroupResponse < Struct.new( :status, :status_history) SENSITIVE = [] include Aws::Structure end |