Class: Aws::Types::DescribeTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTypeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
-
#configuration_schema ⇒ ::String
Returns the value of attribute configuration_schema.
-
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
-
#deprecated_status ⇒ "LIVE", "DEPRECATED"
Returns the value of attribute deprecated_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#is_activated ⇒ Boolean
Returns the value of attribute is_activated.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#latest_public_version ⇒ ::String
Returns the value of attribute latest_public_version.
-
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
-
#original_type_arn ⇒ ::String
Returns the value of attribute original_type_arn.
-
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
-
#provisioning_type ⇒ "NON_PROVISIONABLE", ...
Returns the value of attribute provisioning_type.
-
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#required_activated_types ⇒ ::Array[Types::RequiredActivatedType]
Returns the value of attribute required_activated_types.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#time_created ⇒ ::Time
Returns the value of attribute time_created.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_tests_status ⇒ "PASSED", ...
Returns the value of attribute type_tests_status.
-
#type_tests_status_description ⇒ ::String
Returns the value of attribute type_tests_status_description.
-
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def arn @arn end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
694 695 696 |
# File 'sig/types.rbs', line 694 def auto_update @auto_update end |
#configuration_schema ⇒ ::String
Returns the value of attribute configuration_schema.
687 688 689 |
# File 'sig/types.rbs', line 687 def configuration_schema @configuration_schema end |
#default_version_id ⇒ ::String
Returns the value of attribute default_version_id.
671 672 673 |
# File 'sig/types.rbs', line 671 def default_version_id @default_version_id end |
#deprecated_status ⇒ "LIVE", "DEPRECATED"
Returns the value of attribute deprecated_status.
678 679 680 |
# File 'sig/types.rbs', line 678 def deprecated_status @deprecated_status end |
#description ⇒ ::String
Returns the value of attribute description.
675 676 677 |
# File 'sig/types.rbs', line 675 def description @description end |
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
684 685 686 |
# File 'sig/types.rbs', line 684 def documentation_url @documentation_url end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
681 682 683 |
# File 'sig/types.rbs', line 681 def execution_role_arn @execution_role_arn end |
#is_activated ⇒ Boolean
Returns the value of attribute is_activated.
693 694 695 |
# File 'sig/types.rbs', line 693 def is_activated @is_activated end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
672 673 674 |
# File 'sig/types.rbs', line 672 def is_default_version @is_default_version end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
685 686 687 |
# File 'sig/types.rbs', line 685 def last_updated @last_updated end |
#latest_public_version ⇒ ::String
Returns the value of attribute latest_public_version.
692 693 694 |
# File 'sig/types.rbs', line 692 def latest_public_version @latest_public_version end |
#logging_config ⇒ Types::LoggingConfig
Returns the value of attribute logging_config.
679 680 681 |
# File 'sig/types.rbs', line 679 def logging_config @logging_config end |
#original_type_arn ⇒ ::String
Returns the value of attribute original_type_arn.
690 691 692 |
# File 'sig/types.rbs', line 690 def original_type_arn @original_type_arn end |
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
689 690 691 |
# File 'sig/types.rbs', line 689 def original_type_name @original_type_name end |
#provisioning_type ⇒ "NON_PROVISIONABLE", ...
Returns the value of attribute provisioning_type.
677 678 679 |
# File 'sig/types.rbs', line 677 def provisioning_type @provisioning_type end |
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
691 692 693 |
# File 'sig/types.rbs', line 691 def public_version_number @public_version_number end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
688 689 690 |
# File 'sig/types.rbs', line 688 def publisher_id @publisher_id end |
#required_activated_types ⇒ ::Array[Types::RequiredActivatedType]
Returns the value of attribute required_activated_types.
680 681 682 |
# File 'sig/types.rbs', line 680 def required_activated_types @required_activated_types end |
#schema ⇒ ::String
Returns the value of attribute schema.
676 677 678 |
# File 'sig/types.rbs', line 676 def schema @schema end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
683 684 685 |
# File 'sig/types.rbs', line 683 def source_url @source_url end |
#time_created ⇒ ::Time
Returns the value of attribute time_created.
686 687 688 |
# File 'sig/types.rbs', line 686 def time_created @time_created end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
669 670 671 |
# File 'sig/types.rbs', line 669 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
670 671 672 |
# File 'sig/types.rbs', line 670 def type_name @type_name end |
#type_tests_status ⇒ "PASSED", ...
Returns the value of attribute type_tests_status.
673 674 675 |
# File 'sig/types.rbs', line 673 def type_tests_status @type_tests_status end |
#type_tests_status_description ⇒ ::String
Returns the value of attribute type_tests_status_description.
674 675 676 |
# File 'sig/types.rbs', line 674 def type_tests_status_description @type_tests_status_description end |
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
682 683 684 |
# File 'sig/types.rbs', line 682 def visibility @visibility end |