Class: Aws::Types::Ec2Metadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_id::String

Returns the value of attribute ami_id.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def ami_id
  @ami_id
end

#platform"WINDOWS", ...

Returns the value of attribute platform.

Returns:

  • ("WINDOWS", "LINUX", "UNKNOWN", "MACOS")


1325
1326
1327
# File 'sig/types.rbs', line 1325

def platform
  @platform
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1323
1324
1325
# File 'sig/types.rbs', line 1323

def tags
  @tags
end