Class: Aws::Types::DescribeTypeRegistrationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTypeRegistrationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#progress_status ⇒ "COMPLETE", ...
Returns the value of attribute progress_status.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_version_arn ⇒ ::String
Returns the value of attribute type_version_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
705 706 707 |
# File 'sig/types.rbs', line 705 def description @description end |
#progress_status ⇒ "COMPLETE", ...
Returns the value of attribute progress_status.
704 705 706 |
# File 'sig/types.rbs', line 704 def progress_status @progress_status end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
706 707 708 |
# File 'sig/types.rbs', line 706 def type_arn @type_arn end |
#type_version_arn ⇒ ::String
Returns the value of attribute type_version_arn.
707 708 709 |
# File 'sig/types.rbs', line 707 def type_version_arn @type_version_arn end |