Class: Aws::Types::DescribeTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
660 661 662 |
# File 'sig/types.rbs', line 660 def arn @arn end |
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
663 664 665 |
# File 'sig/types.rbs', line 663 def public_version_number @public_version_number end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
662 663 664 |
# File 'sig/types.rbs', line 662 def publisher_id @publisher_id end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
658 659 660 |
# File 'sig/types.rbs', line 658 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def type_name @type_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def version_id @version_id end |