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.



3137
3138
3139
3140
3141
3142
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3137

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

#status_historyArray<Types::GroupStatusDetail>

The status history of the group.

Returns:



3137
3138
3139
3140
3141
3142
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3137

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