Class: Aws::Types::ImageLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def id
  @id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def url
  @url
end