Class: Aws::Types::PutDataExportConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutDataExportConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#enable_export ⇒ Boolean
Returns the value of attribute enable_export.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5029 5030 5031 |
# File 'sig/types.rbs', line 5029 def domain_identifier @domain_identifier end |
#enable_export ⇒ Boolean
Returns the value of attribute enable_export.
5030 5031 5032 |
# File 'sig/types.rbs', line 5030 def enable_export @enable_export end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
5031 5032 5033 |
# File 'sig/types.rbs', line 5031 def encryption_configuration @encryption_configuration end |