Class: Aws::Types::BlockingInstance
- Inherits:
-
Object
- Object
- Aws::Types::BlockingInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aws_service_name ⇒ "AWS", ...
Returns the value of attribute aws_service_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def account_id @account_id end |
#aws_service_name ⇒ "AWS", ...
Returns the value of attribute aws_service_name.
63 64 65 |
# File 'sig/types.rbs', line 63 def aws_service_name @aws_service_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def instance_id @instance_id end |