Class: Aws::OpenSearchServerless::Types::UpdateCollectionGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#update_collection_group_detailTypes::UpdateCollectionGroupDetail

Details about the updated collection group.



3099
3100
3101
3102
3103
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3099

class UpdateCollectionGroupResponse < Struct.new(
  :update_collection_group_detail)
  SENSITIVE = []
  include Aws::Structure
end