Class: Aws::Types::AssetDestinationEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def asset_id
  @asset_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def key
  @key
end