Class: Aws::Types::CreateComponentVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#status ⇒ Types::CloudComponentStatus
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
182 183 184 |
# File 'sig/types.rbs', line 182 def arn @arn end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def component_name @component_name end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
184 185 186 |
# File 'sig/types.rbs', line 184 def component_version @component_version end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
185 186 187 |
# File 'sig/types.rbs', line 185 def end |
#status ⇒ Types::CloudComponentStatus
Returns the value of attribute status.
186 187 188 |
# File 'sig/types.rbs', line 186 def status @status end |