Class: Aws::Types::S3ExportingLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_name ⇒ ::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_name ⇒ ::String

Returns the value of attribute s3_key_name.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def s3_key_name
  @s3_key_name
end