Class: Aws::Types::CreateComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#component_build_version_arn ⇒ ::String
Returns the value of attribute component_build_version_arn.
-
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
243 244 245 |
# File 'sig/types.rbs', line 243 def client_token @client_token end |
#component_build_version_arn ⇒ ::String
Returns the value of attribute component_build_version_arn.
244 245 246 |
# File 'sig/types.rbs', line 244 def component_build_version_arn @component_build_version_arn end |
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
245 246 247 |
# File 'sig/types.rbs', line 245 def latest_version_references @latest_version_references end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def request_id @request_id end |