Class: Aws::Types::Ec2Metadata

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ami_id ⇒ ::String

Returns the value of attribute ami_id.



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

def ami_id
  @ami_id
end

#platform ⇒ "WINDOWS", ...

Returns the value of attribute platform.



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

def platform
  @platform
end

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

Returns the value of attribute tags.



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

def tags
  @tags
end