Class: Aws::Types::ImportComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportComponentResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def client_token @client_token end |
#component_build_version_arn ⇒ ::String
Returns the value of attribute component_build_version_arn.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def component_build_version_arn @component_build_version_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def request_id @request_id end |