Class: Aws::Types::PutConfigurationSetArchivingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetArchivingOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
Instance Attribute Details
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def archive_arn @archive_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def configuration_set_name @configuration_set_name end |