Class: Aws::Types::CreateSequenceStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSequenceStoreRequest
- 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.
-
#e_tag_algorithm_family ⇒ "MD5up", ...
Returns the value of attribute e_tag_algorithm_family.
-
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
-
#s3_access_config ⇒ Types::S3AccessConfig
Returns the value of attribute s3_access_config.
-
#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.
379 380 381 |
# File 'sig/types.rbs', line 379 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
376 377 378 |
# File 'sig/types.rbs', line 376 def description @description end |
#e_tag_algorithm_family ⇒ "MD5up", ...
Returns the value of attribute e_tag_algorithm_family.
381 382 383 |
# File 'sig/types.rbs', line 381 def e_tag_algorithm_family @e_tag_algorithm_family end |
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
380 381 382 |
# File 'sig/types.rbs', line 380 def fallback_location @fallback_location end |
#name ⇒ ::String
Returns the value of attribute name.
375 376 377 |
# File 'sig/types.rbs', line 375 def name @name end |
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
382 383 384 |
# File 'sig/types.rbs', line 382 def @propagated_set_level_tags end |
#s3_access_config ⇒ Types::S3AccessConfig
Returns the value of attribute s3_access_config.
383 384 385 |
# File 'sig/types.rbs', line 383 def s3_access_config @s3_access_config end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
377 378 379 |
# File 'sig/types.rbs', line 377 def sse_config @sse_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
378 379 380 |
# File 'sig/types.rbs', line 378 def @tags end |