Class: Aws::Types::ResultConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::ResultConfigurationUpdates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl_configuration ⇒ Types::AclConfiguration
Returns the value of attribute acl_configuration.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#remove_acl_configuration ⇒ Boolean
Returns the value of attribute remove_acl_configuration.
-
#remove_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_encryption_configuration.
-
#remove_expected_bucket_owner ⇒ Boolean
Returns the value of attribute remove_expected_bucket_owner.
-
#remove_output_location ⇒ Boolean
Returns the value of attribute remove_output_location.
Instance Attribute Details
#acl_configuration ⇒ Types::AclConfiguration
Returns the value of attribute acl_configuration.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def acl_configuration @acl_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def encryption_configuration @encryption_configuration end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def expected_bucket_owner @expected_bucket_owner end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def output_location @output_location end |
#remove_acl_configuration ⇒ Boolean
Returns the value of attribute remove_acl_configuration.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def remove_acl_configuration @remove_acl_configuration end |
#remove_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_encryption_configuration.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def remove_encryption_configuration @remove_encryption_configuration end |
#remove_expected_bucket_owner ⇒ Boolean
Returns the value of attribute remove_expected_bucket_owner.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def remove_expected_bucket_owner @remove_expected_bucket_owner end |
#remove_output_location ⇒ Boolean
Returns the value of attribute remove_output_location.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def remove_output_location @remove_output_location end |