Class: Aws::Types::DefaultExportDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ ::String

Returns the value of attribute destination.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def destination
  @destination
end

#destination_type ⇒ "S3"

Returns the value of attribute destination_type.

Returns:

  • ("S3")


465
466
467
# File 'sig/types.rbs', line 465

def destination_type
  @destination_type
end