Class: Aws::Types::ResultConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ResultConfiguration
- 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.
Instance Attribute Details
#acl_configuration ⇒ Types::AclConfiguration
Returns the value of attribute acl_configuration.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def acl_configuration @acl_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def encryption_configuration @encryption_configuration end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def expected_bucket_owner @expected_bucket_owner end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def output_location @output_location end |