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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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.



3271
3272
3273
3274
3275
3276
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3271

class GetGroupResponse < Struct.new(
  :status,
  :status_history)
  SENSITIVE = []
  include Aws::Structure
end

#status_historyArray<Types::GroupStatusDetail>

The status history of the group.

Returns:



3271
3272
3273
3274
3275
3276
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3271

class GetGroupResponse < Struct.new(
  :status,
  :status_history)
  SENSITIVE = []
  include Aws::Structure
end