Class: Aws::Types::PlatformSummary
- Inherits:
-
Object
- Object
- Aws::Types::PlatformSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operating_system_name ⇒ ::String
Returns the value of attribute operating_system_name.
-
#operating_system_version ⇒ ::String
Returns the value of attribute operating_system_version.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#platform_branch_lifecycle_state ⇒ ::String
Returns the value of attribute platform_branch_lifecycle_state.
-
#platform_branch_name ⇒ ::String
Returns the value of attribute platform_branch_name.
-
#platform_category ⇒ ::String
Returns the value of attribute platform_category.
-
#platform_lifecycle_state ⇒ ::String
Returns the value of attribute platform_lifecycle_state.
-
#platform_owner ⇒ ::String
Returns the value of attribute platform_owner.
-
#platform_status ⇒ "Creating", ...
Returns the value of attribute platform_status.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#supported_addon_list ⇒ ::Array[::String]
Returns the value of attribute supported_addon_list.
-
#supported_tier_list ⇒ ::Array[::String]
Returns the value of attribute supported_tier_list.
Instance Attribute Details
#operating_system_name ⇒ ::String
Returns the value of attribute operating_system_name.
825 826 827 |
# File 'sig/types.rbs', line 825 def @operating_system_name end |
#operating_system_version ⇒ ::String
Returns the value of attribute operating_system_version.
826 827 828 |
# File 'sig/types.rbs', line 826 def @operating_system_version end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
821 822 823 |
# File 'sig/types.rbs', line 821 def platform_arn @platform_arn end |
#platform_branch_lifecycle_state ⇒ ::String
Returns the value of attribute platform_branch_lifecycle_state.
832 833 834 |
# File 'sig/types.rbs', line 832 def platform_branch_lifecycle_state @platform_branch_lifecycle_state end |
#platform_branch_name ⇒ ::String
Returns the value of attribute platform_branch_name.
831 832 833 |
# File 'sig/types.rbs', line 831 def platform_branch_name @platform_branch_name end |
#platform_category ⇒ ::String
Returns the value of attribute platform_category.
824 825 826 |
# File 'sig/types.rbs', line 824 def platform_category @platform_category end |
#platform_lifecycle_state ⇒ ::String
Returns the value of attribute platform_lifecycle_state.
829 830 831 |
# File 'sig/types.rbs', line 829 def platform_lifecycle_state @platform_lifecycle_state end |
#platform_owner ⇒ ::String
Returns the value of attribute platform_owner.
822 823 824 |
# File 'sig/types.rbs', line 822 def platform_owner @platform_owner end |
#platform_status ⇒ "Creating", ...
Returns the value of attribute platform_status.
823 824 825 |
# File 'sig/types.rbs', line 823 def platform_status @platform_status end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
830 831 832 |
# File 'sig/types.rbs', line 830 def platform_version @platform_version end |
#supported_addon_list ⇒ ::Array[::String]
Returns the value of attribute supported_addon_list.
828 829 830 |
# File 'sig/types.rbs', line 828 def supported_addon_list @supported_addon_list end |
#supported_tier_list ⇒ ::Array[::String]
Returns the value of attribute supported_tier_list.
827 828 829 |
# File 'sig/types.rbs', line 827 def supported_tier_list @supported_tier_list end |