Class: Aws::Types::PlatformDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_ami_list::Array[Types::CustomAmi]

Returns the value of attribute custom_ami_list.

Returns:



792
793
794
# File 'sig/types.rbs', line 792

def custom_ami_list
  @custom_ami_list
end

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


783
784
785
# File 'sig/types.rbs', line 783

def date_created
  @date_created
end

#date_updated::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


784
785
786
# File 'sig/types.rbs', line 784

def date_updated
  @date_updated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def description
  @description
end

#frameworks::Array[Types::PlatformFramework]

Returns the value of attribute frameworks.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def frameworks
  @frameworks
end

#maintainer::String

Returns the value of attribute maintainer.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def maintainer
  @maintainer
end

#operating_system_name::String

Returns the value of attribute operating_system_name.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def operating_system_name
  @operating_system_name
end

#operating_system_version::String

Returns the value of attribute operating_system_version.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def operating_system_version
  @operating_system_version
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def platform_arn
  @platform_arn
end

#platform_branch_lifecycle_state::String

Returns the value of attribute platform_branch_lifecycle_state.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def platform_branch_lifecycle_state
  @platform_branch_lifecycle_state
end

#platform_branch_name::String

Returns the value of attribute platform_branch_name.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def platform_branch_name
  @platform_branch_name
end

#platform_category::String

Returns the value of attribute platform_category.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def platform_category
  @platform_category
end

#platform_lifecycle_state::String

Returns the value of attribute platform_lifecycle_state.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def platform_lifecycle_state
  @platform_lifecycle_state
end

#platform_name::String

Returns the value of attribute platform_name.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def platform_name
  @platform_name
end

#platform_owner::String

Returns the value of attribute platform_owner.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def platform_owner
  @platform_owner
end

#platform_status"Creating", ...

Returns the value of attribute platform_status.

Returns:

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


782
783
784
# File 'sig/types.rbs', line 782

def platform_status
  @platform_status
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def platform_version
  @platform_version
end

#programming_languages::Array[Types::PlatformProgrammingLanguage]

Returns the value of attribute programming_languages.



790
791
792
# File 'sig/types.rbs', line 790

def programming_languages
  @programming_languages
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def solution_stack_name
  @solution_stack_name
end

#supported_addon_list::Array[::String]

Returns the value of attribute supported_addon_list.

Returns:

  • (::Array[::String])


794
795
796
# File 'sig/types.rbs', line 794

def supported_addon_list
  @supported_addon_list
end

#supported_tier_list::Array[::String]

Returns the value of attribute supported_tier_list.

Returns:

  • (::Array[::String])


793
794
795
# File 'sig/types.rbs', line 793

def supported_tier_list
  @supported_tier_list
end