Class: Aws::Types::ExportDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_format"CSV", "JSON"

Returns the value of attribute data_format.

Returns:

  • ("CSV", "JSON")


695
696
697
# File 'sig/types.rbs', line 695

def data_format
  @data_format
end

#s3_url::String

Returns the value of attribute s3_url.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def s3_url
  @s3_url
end