Class: Aws::Types::ResultConfigurationUpdates

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#acl_configurationTypes::AclConfiguration

Returns the value of attribute acl_configuration.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def acl_configuration
  @acl_configuration
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.

Returns:



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.

Returns:



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.

Returns:



1061
1062
1063
# File 'sig/types.rbs', line 1061

def output_location
  @output_location
end

#remove_acl_configurationBoolean

Returns the value of attribute remove_acl_configuration.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def remove_acl_configuration
  @remove_acl_configuration
end

#remove_encryption_configurationBoolean

Returns the value of attribute remove_encryption_configuration.

Returns:



1064
1065
1066
# File 'sig/types.rbs', line 1064

def remove_encryption_configuration
  @remove_encryption_configuration
end

#remove_expected_bucket_ownerBoolean

Returns the value of attribute remove_expected_bucket_owner.

Returns:



1066
1067
1068
# File 'sig/types.rbs', line 1066

def remove_expected_bucket_owner
  @remove_expected_bucket_owner
end

#remove_output_locationBoolean

Returns the value of attribute remove_output_location.

Returns:



1062
1063
1064
# File 'sig/types.rbs', line 1062

def remove_output_location
  @remove_output_location
end