Class: Aws::Types::UpdateLocationS3Request

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#location_arn::String

Returns the value of attribute location_arn.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def location_arn
  @location_arn
end

#s3_configTypes::S3Config

Returns the value of attribute s3_config.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def s3_config
  @s3_config
end

#s3_storage_class"STANDARD", ...

Returns the value of attribute s3_storage_class.

Returns:



1099
1100
1101
# File 'sig/types.rbs', line 1099

def s3_storage_class
  @s3_storage_class
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:



1098
1099
1100
# File 'sig/types.rbs', line 1098

def subdirectory
  @subdirectory
end