Class: Aws::Types::OpenSearchCollection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_arn::String

Returns the value of attribute collection_arn.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def collection_arn
  @collection_arn
end

#collection_endpoint::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def collection_endpoint
  @collection_endpoint
end

#statusTypes::OpenSearchResourceStatus

Returns the value of attribute status.



1559
1560
1561
# File 'sig/types.rbs', line 1559

def status
  @status
end