Class: Aws::Types::ComponentTypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentTypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ Types::Status
Returns the value of attribute status.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def arn @arn end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def component_type_id @component_type_id end |
#component_type_name ⇒ ::String
Returns the value of attribute component_type_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def component_type_name @component_type_name end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
117 118 119 |
# File 'sig/types.rbs', line 117 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
119 120 121 |
# File 'sig/types.rbs', line 119 def description @description end |
#status ⇒ Types::Status
Returns the value of attribute status.
120 121 122 |
# File 'sig/types.rbs', line 120 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
118 119 120 |
# File 'sig/types.rbs', line 118 def update_date_time @update_date_time end |