Module: Aws::DataZone::Client::_UpdateEnvironmentActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentActionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #environment_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #parameters ⇒ Types::ActionParameters
Instance Method Details
#description ⇒ ::String
4125 |
# File 'sig/client.rbs', line 4125
def description: () -> ::String
|
#domain_id ⇒ ::String
4120 |
# File 'sig/client.rbs', line 4120
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4121 |
# File 'sig/client.rbs', line 4121
def environment_id: () -> ::String
|
#id ⇒ ::String
4122 |
# File 'sig/client.rbs', line 4122
def id: () -> ::String
|
#name ⇒ ::String
4123 |
# File 'sig/client.rbs', line 4123
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
4124 |
# File 'sig/client.rbs', line 4124
def parameters: () -> Types::ActionParameters
|