Class: Aws::Types::Ec2Metadata
- Inherits:
-
Object
- Object
- Aws::Types::Ec2Metadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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 end |