Class: Aws::Types::ExportTaskS3LocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


9253
9254
9255
# File 'sig/types.rbs', line 9253

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


9254
9255
9256
# File 'sig/types.rbs', line 9254

def s3_prefix
  @s3_prefix
end