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
4134 |
# File 'sig/client.rbs', line 4134
def description: () -> ::String
|
#domain_id ⇒ ::String
4129 |
# File 'sig/client.rbs', line 4129
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4130 |
# File 'sig/client.rbs', line 4130
def environment_id: () -> ::String
|
#id ⇒ ::String
4131 |
# File 'sig/client.rbs', line 4131
def id: () -> ::String
|
#name ⇒ ::String
4132 |
# File 'sig/client.rbs', line 4132
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
4133 |
# File 'sig/client.rbs', line 4133
def parameters: () -> Types::ActionParameters
|