Class: Aws::Types::PlatformSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operating_system_name::String

Returns the value of attribute operating_system_name.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def operating_system_name
  @operating_system_name
end

#operating_system_version::String

Returns the value of attribute operating_system_version.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def operating_system_version
  @operating_system_version
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Creating", "Failed", "Ready", "Deleting", "Deleted")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


827
828
829
# File 'sig/types.rbs', line 827

def supported_tier_list
  @supported_tier_list
end