Class: Aws::Types::CreateComponentTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
191 192 193 |
# File 'sig/types.rbs', line 191 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
192 193 194 |
# File 'sig/types.rbs', line 192 def creation_date_time @creation_date_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
193 194 195 |
# File 'sig/types.rbs', line 193 def state @state end |