Class: Aws::Types::CreateVariantStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVariantStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
420 421 422 |
# File 'sig/types.rbs', line 420 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
419 420 421 |
# File 'sig/types.rbs', line 419 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
418 419 420 |
# File 'sig/types.rbs', line 418 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
422 423 424 |
# File 'sig/types.rbs', line 422 def sse_config @sse_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
421 422 423 |
# File 'sig/types.rbs', line 421 def @tags end |