Class: Aws::Types::EnvironmentImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def name
  @name
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


532
533
534
# File 'sig/types.rbs', line 532

def versions
  @versions
end