Class: Aws::Types::PlatformBranchSummary
- Inherits:
-
Object
- Object
- Aws::Types::PlatformBranchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#branch_order ⇒ ::Integer
Returns the value of attribute branch_order.
-
#lifecycle_state ⇒ ::String
Returns the value of attribute lifecycle_state.
-
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
-
#supported_tier_list ⇒ ::Array[::String]
Returns the value of attribute supported_tier_list.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
769 770 771 |
# File 'sig/types.rbs', line 769 def branch_name @branch_name end |
#branch_order ⇒ ::Integer
Returns the value of attribute branch_order.
771 772 773 |
# File 'sig/types.rbs', line 771 def branch_order @branch_order end |
#lifecycle_state ⇒ ::String
Returns the value of attribute lifecycle_state.
770 771 772 |
# File 'sig/types.rbs', line 770 def lifecycle_state @lifecycle_state end |
#platform_name ⇒ ::String
Returns the value of attribute platform_name.
768 769 770 |
# File 'sig/types.rbs', line 768 def platform_name @platform_name end |
#supported_tier_list ⇒ ::Array[::String]
Returns the value of attribute supported_tier_list.
772 773 774 |
# File 'sig/types.rbs', line 772 def supported_tier_list @supported_tier_list end |