Class: Aws::Types::UpdateComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentRequest
- 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.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#updated_component ⇒ Types::UpdateComponentData
Returns the value of attribute updated_component.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
922 923 924 |
# File 'sig/types.rbs', line 922 def app_id @app_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
925 926 927 |
# File 'sig/types.rbs', line 925 def client_token @client_token end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
923 924 925 |
# File 'sig/types.rbs', line 923 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
924 925 926 |
# File 'sig/types.rbs', line 924 def id @id end |
#updated_component ⇒ Types::UpdateComponentData
Returns the value of attribute updated_component.
926 927 928 |
# File 'sig/types.rbs', line 926 def updated_component @updated_component end |