Class: Aws::Types::CollectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CollectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
-
#collection_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute collection_parameters.
Instance Attribute Details
#collection_name ⇒ ::String
Returns the value of attribute collection_name.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def collection_name @collection_name end |
#collection_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute collection_parameters.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def collection_parameters @collection_parameters end |