Class: Aws::Types::CreateKeyValueStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyValueStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
682 683 684 |
# File 'sig/types.rbs', line 682 def comment @comment end |
#import_source ⇒ Types::ImportSource
Returns the value of attribute import_source.
683 684 685 |
# File 'sig/types.rbs', line 683 def import_source @import_source end |
#name ⇒ ::String
Returns the value of attribute name.
681 682 683 |
# File 'sig/types.rbs', line 681 def name @name end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
684 685 686 |
# File 'sig/types.rbs', line 684 def @tags end |