Module: Aws::DataZone::Client::_CreateEnvironmentBlueprintResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentBlueprintOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #deployment_properties ⇒ Types::DeploymentProperties
- #description ⇒ ::String
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #name ⇒ ::String
- #provider ⇒ ::String
- #provisioning_properties ⇒ Types::ProvisioningProperties
- #updated_at ⇒ ::Time
- #user_parameters ⇒ ::Array[Types::CustomParameter]
Instance Method Details
#created_at ⇒ ::Time
940 |
# File 'sig/client.rbs', line 940
def created_at: () -> ::Time
|
#deployment_properties ⇒ Types::DeploymentProperties
937 |
# File 'sig/client.rbs', line 937
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
934 |
# File 'sig/client.rbs', line 934
def description: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
939 |
# File 'sig/client.rbs', line 939
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
932 |
# File 'sig/client.rbs', line 932
def id: () -> ::String
|
#name ⇒ ::String
933 |
# File 'sig/client.rbs', line 933
def name: () -> ::String
|
#provider ⇒ ::String
935 |
# File 'sig/client.rbs', line 935
def provider: () -> ::String
|
#provisioning_properties ⇒ Types::ProvisioningProperties
936 |
# File 'sig/client.rbs', line 936
def provisioning_properties: () -> Types::ProvisioningProperties
|
#updated_at ⇒ ::Time
941 |
# File 'sig/client.rbs', line 941
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
938 |
# File 'sig/client.rbs', line 938
def user_parameters: () -> ::Array[Types::CustomParameter]
|