Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#dual_subscription ⇒ ::String
Returns the value of attribute dual_subscription.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#product_code ⇒ ::Array[::String]
Returns the value of attribute product_code.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#registered_with_subscription_provider ⇒ ::String
Returns the value of attribute registered_with_subscription_provider.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
-
#subscription_provider_create_time ⇒ ::String
Returns the value of attribute subscription_provider_create_time.
-
#subscription_provider_update_time ⇒ ::String
Returns the value of attribute subscription_provider_update_time.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def account_id @account_id end |
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def ami_id @ami_id end |
#dual_subscription ⇒ ::String
Returns the value of attribute dual_subscription.
56 57 58 |
# File 'sig/types.rbs', line 56 def dual_subscription @dual_subscription end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
58 59 60 |
# File 'sig/types.rbs', line 58 def instance_type @instance_type end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
59 60 61 |
# File 'sig/types.rbs', line 59 def last_updated_time @last_updated_time end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
60 61 62 |
# File 'sig/types.rbs', line 60 def os_version @os_version end |
#product_code ⇒ ::Array[::String]
Returns the value of attribute product_code.
61 62 63 |
# File 'sig/types.rbs', line 61 def product_code @product_code end |
#region ⇒ ::String
Returns the value of attribute region.
62 63 64 |
# File 'sig/types.rbs', line 62 def region @region end |
#registered_with_subscription_provider ⇒ ::String
Returns the value of attribute registered_with_subscription_provider.
63 64 65 |
# File 'sig/types.rbs', line 63 def registered_with_subscription_provider @registered_with_subscription_provider end |
#status ⇒ ::String
Returns the value of attribute status.
64 65 66 |
# File 'sig/types.rbs', line 64 def status @status end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def subscription_name @subscription_name end |
#subscription_provider_create_time ⇒ ::String
Returns the value of attribute subscription_provider_create_time.
66 67 68 |
# File 'sig/types.rbs', line 66 def subscription_provider_create_time @subscription_provider_create_time end |
#subscription_provider_update_time ⇒ ::String
Returns the value of attribute subscription_provider_update_time.
67 68 69 |
# File 'sig/types.rbs', line 67 def subscription_provider_update_time @subscription_provider_update_time end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
68 69 70 |
# File 'sig/types.rbs', line 68 def usage_operation @usage_operation end |