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
914 |
# File 'sig/client.rbs', line 914
def description: () -> ::String
|
#domain_id ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
910 |
# File 'sig/client.rbs', line 910
def environment_id: () -> ::String
|
#id ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def id: () -> ::String
|
#name ⇒ ::String
912 |
# File 'sig/client.rbs', line 912
def name: () -> ::String
|
#parameters ⇒ Types::ActionParameters
913 |
# File 'sig/client.rbs', line 913
def parameters: () -> Types::ActionParameters
|