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.



3091
3092
3093
3094
3095
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3091

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