Class: Aws::Types::AssetInstance
- Inherits:
-
Object
- Object
- Aws::Types::AssetInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#aws_service_name ⇒ "AWS", ...
Returns the value of attribute aws_service_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def account_id @account_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def asset_id @asset_id end |
#aws_service_name ⇒ "AWS", ...
Returns the value of attribute aws_service_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def aws_service_name @aws_service_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
42 43 44 |
# File 'sig/types.rbs', line 42 def instance_type @instance_type end |