Class: Aws::Types::S3OutputLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#output_s3_bucket_name::String

Returns the value of attribute output_s3_bucket_name.

Returns:

  • (::String)


4020
4021
4022
# File 'sig/types.rbs', line 4020

def output_s3_bucket_name
  @output_s3_bucket_name
end

#output_s3_key_prefix::String

Returns the value of attribute output_s3_key_prefix.

Returns:

  • (::String)


4021
4022
4023
# File 'sig/types.rbs', line 4021

def output_s3_key_prefix
  @output_s3_key_prefix
end

#output_s3_region::String

Returns the value of attribute output_s3_region.

Returns:

  • (::String)


4019
4020
4021
# File 'sig/types.rbs', line 4019

def output_s3_region
  @output_s3_region
end