Class: Aws::Types::CreateKxChangesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxChangesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_requests ⇒ ::Array[Types::ChangeRequest]
Returns the value of attribute change_requests.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#change_requests ⇒ ::Array[Types::ChangeRequest]
Returns the value of attribute change_requests.
74 75 76 |
# File 'sig/types.rbs', line 74 def change_requests @change_requests end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def environment_id @environment_id end |