Class: Aws::Types::CreateReferenceStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReferenceStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
323 324 325 |
# File 'sig/types.rbs', line 323 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
320 321 322 |
# File 'sig/types.rbs', line 320 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
319 320 321 |
# File 'sig/types.rbs', line 319 def name @name end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
321 322 323 |
# File 'sig/types.rbs', line 321 def sse_config @sse_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
322 323 324 |
# File 'sig/types.rbs', line 322 def @tags end |