Class: Aws::Types::CreateComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#component_to_create ⇒ Types::CreateComponentData
Returns the value of attribute component_to_create.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def app_id @app_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
281 282 283 |
# File 'sig/types.rbs', line 281 def client_token @client_token end |
#component_to_create ⇒ Types::CreateComponentData
Returns the value of attribute component_to_create.
282 283 284 |
# File 'sig/types.rbs', line 282 def component_to_create @component_to_create end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def environment_name @environment_name end |