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
4087 |
# File 'sig/client.rbs', line 4087
def description: () -> ::String
|
#domain_id ⇒ ::String
4082 |
# File 'sig/client.rbs', line 4082
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4083 |
# File 'sig/client.rbs', line 4083
def environment_id: () -> ::String
|
#id ⇒ ::String
4084 |
# File 'sig/client.rbs', line 4084
def id: () -> ::String
|
#name ⇒ ::String
4085 |
# File 'sig/client.rbs', line 4085
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
4086 |
# File 'sig/client.rbs', line 4086
def parameters: () -> Types::ActionParameters
|