Class: Aws::Types::UpdateSequenceStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSequenceStoreRequest
- 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.
-
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def description @description end |
#fallback_location ⇒ ::String
Returns the value of attribute fallback_location.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def fallback_location @fallback_location end |
#id ⇒ ::String
Returns the value of attribute id.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def name @name end |
#propagated_set_level_tags ⇒ ::Array[::String]
Returns the value of attribute propagated_set_level_tags.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def end |
#s3_access_config ⇒ Types::S3AccessConfig
Returns the value of attribute s3_access_config.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def s3_access_config @s3_access_config end |