Class: Aws::Types::Outpost
- Inherits:
-
Object
- Object
- Aws::Types::Outpost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#life_cycle_status ⇒ ::String
Returns the value of attribute life_cycle_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#site_arn ⇒ ::String
Returns the value of attribute site_arn.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
675 676 677 |
# File 'sig/types.rbs', line 675 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def availability_zone_id @availability_zone_id end |
#description ⇒ ::String
Returns the value of attribute description.
673 674 675 |
# File 'sig/types.rbs', line 673 def description @description end |
#life_cycle_status ⇒ ::String
Returns the value of attribute life_cycle_status.
674 675 676 |
# File 'sig/types.rbs', line 674 def life_cycle_status @life_cycle_status end |
#name ⇒ ::String
Returns the value of attribute name.
672 673 674 |
# File 'sig/types.rbs', line 672 def name @name end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
670 671 672 |
# File 'sig/types.rbs', line 670 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
668 669 670 |
# File 'sig/types.rbs', line 668 def outpost_id @outpost_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
669 670 671 |
# File 'sig/types.rbs', line 669 def owner_id @owner_id end |
#site_arn ⇒ ::String
Returns the value of attribute site_arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def site_arn @site_arn end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
671 672 673 |
# File 'sig/types.rbs', line 671 def site_id @site_id end |
#supported_hardware_type ⇒ "RACK", "SERVER"
Returns the value of attribute supported_hardware_type.
679 680 681 |
# File 'sig/types.rbs', line 679 def supported_hardware_type @supported_hardware_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
677 678 679 |
# File 'sig/types.rbs', line 677 def @tags end |