Module: Aws::GreengrassV2::Client::_CreateComponentVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateComponentVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #component_name ⇒ ::String
- #component_version ⇒ ::String
- #creation_timestamp ⇒ ::Time
- #status ⇒ Types::CloudComponentStatus
Instance Method Details
#arn ⇒ ::String
133 |
# File 'sig/client.rbs', line 133
def arn: () -> ::String
|
#component_name ⇒ ::String
134 |
# File 'sig/client.rbs', line 134
def component_name: () -> ::String
|
#component_version ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def component_version: () -> ::String
|
#creation_timestamp ⇒ ::Time
136 |
# File 'sig/client.rbs', line 136
def creation_timestamp: () -> ::Time
|
#status ⇒ Types::CloudComponentStatus
137 |
# File 'sig/client.rbs', line 137
def status: () -> Types::CloudComponentStatus
|