Class: Aws::Types::PlatformBranchSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


772
773
774
# File 'sig/types.rbs', line 772

def supported_tier_list
  @supported_tier_list
end