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)


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

def collection_arn
  @collection_arn
end

#collection_endpoint::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def collection_endpoint
  @collection_endpoint
end

#statusTypes::OpenSearchResourceStatus

Returns the value of attribute status.



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

def status
  @status
end