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.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def collection_name @collection_name end |
#collection_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute collection_parameters.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def collection_parameters @collection_parameters end |