Class: Aws::Types::PlatformDescription
- Inherits:
-
Object
- Object
- Aws::Types::PlatformDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_ami_list ⇒ ::Array[Types::CustomAmi]
Returns the value of attribute custom_ami_list.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#frameworks ⇒ ::Array[Types::PlatformFramework]
Returns the value of attribute frameworks.
-
#maintainer ⇒ ::String
Returns the value of attribute maintainer.
-
#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_name ⇒ ::String
Returns the value of attribute platform_name.
-
#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.
-
#programming_languages ⇒ ::Array[Types::PlatformProgrammingLanguage]
Returns the value of attribute programming_languages.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#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
#custom_ami_list ⇒ ::Array[Types::CustomAmi]
Returns the value of attribute custom_ami_list.
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.
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.
784 785 786 |
# File 'sig/types.rbs', line 784 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
786 787 788 |
# File 'sig/types.rbs', line 786 def description @description end |
#frameworks ⇒ ::Array[Types::PlatformFramework]
Returns the value of attribute frameworks.
791 792 793 |
# File 'sig/types.rbs', line 791 def frameworks @frameworks end |
#maintainer ⇒ ::String
Returns the value of attribute maintainer.
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.
788 789 790 |
# File 'sig/types.rbs', line 788 def @operating_system_name end |
#operating_system_version ⇒ ::String
Returns the value of attribute operating_system_version.
789 790 791 |
# File 'sig/types.rbs', line 789 def @operating_system_version end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
793 794 795 |
# File 'sig/types.rbs', line 793 def supported_tier_list @supported_tier_list end |