Class: Aws::Types::CreateArchiveRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateArchiveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def archive_name @archive_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
206 207 208 |
# File 'sig/types.rbs', line 206 def client_token @client_token end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def kms_key_arn @kms_key_arn end |
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
208 209 210 |
# File 'sig/types.rbs', line 208 def retention @retention end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
210 211 212 |
# File 'sig/types.rbs', line 210 def end |