Class: Aws::QBusiness::Types::GetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::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_historyArray<Types::GroupStatusDetail>

The status history of the group.

Returns:



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