Module: Aws::DataZone::Client::_GetEnvironmentActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentActionOutput]
- 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
2071 |
# File 'sig/client.rbs', line 2071
def description: () -> ::String
|
#domain_id ⇒ ::String
2066 |
# File 'sig/client.rbs', line 2066
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
2067 |
# File 'sig/client.rbs', line 2067
def environment_id: () -> ::String
|
#id ⇒ ::String
2068 |
# File 'sig/client.rbs', line 2068
def id: () -> ::String
|
#name ⇒ ::String
2069 |
# File 'sig/client.rbs', line 2069
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
2070 |
# File 'sig/client.rbs', line 2070
def parameters: () -> Types::ActionParameters
|