Module: Aws::DataZone::Client::_CreateEnvironmentActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentActionOutput]
- 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
919 |
# File 'sig/client.rbs', line 919
def description: () -> ::String
|
#domain_id ⇒ ::String
914 |
# File 'sig/client.rbs', line 914
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def environment_id: () -> ::String
|
#id ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def id: () -> ::String
|
#name ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
918 |
# File 'sig/client.rbs', line 918
def parameters: () -> Types::ActionParameters
|