Class: Aws::Types::SystemInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SystemInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#greengrass_group_id ⇒ ::String
Returns the value of attribute greengrass_group_id.
-
#greengrass_group_name ⇒ ::String
Returns the value of attribute greengrass_group_name.
-
#greengrass_group_version_id ⇒ ::String
Returns the value of attribute greengrass_group_version_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
-
#target ⇒ "GREENGRASS", "CLOUD"
Returns the value of attribute target.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
474 475 476 |
# File 'sig/types.rbs', line 474 def created_at @created_at end |
#greengrass_group_id ⇒ ::String
Returns the value of attribute greengrass_group_id.
476 477 478 |
# File 'sig/types.rbs', line 476 def greengrass_group_id @greengrass_group_id end |
#greengrass_group_name ⇒ ::String
Returns the value of attribute greengrass_group_name.
473 474 475 |
# File 'sig/types.rbs', line 473 def greengrass_group_name @greengrass_group_name end |
#greengrass_group_version_id ⇒ ::String
Returns the value of attribute greengrass_group_version_id.
477 478 479 |
# File 'sig/types.rbs', line 477 def greengrass_group_version_id @greengrass_group_version_id end |
#id ⇒ ::String
Returns the value of attribute id.
469 470 471 |
# File 'sig/types.rbs', line 469 def id @id end |
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
471 472 473 |
# File 'sig/types.rbs', line 471 def status @status end |
#target ⇒ "GREENGRASS", "CLOUD"
Returns the value of attribute target.
472 473 474 |
# File 'sig/types.rbs', line 472 def target @target end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
475 476 477 |
# File 'sig/types.rbs', line 475 def updated_at @updated_at end |