Module: Aws::DataZone::Client::_GetEnvironmentBlueprintResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentBlueprintOutput]
- 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
2091 |
# File 'sig/client.rbs', line 2091
def created_at: () -> ::Time
|
#deployment_properties ⇒ Types::DeploymentProperties
2088 |
# File 'sig/client.rbs', line 2088
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
2085 |
# File 'sig/client.rbs', line 2085
def description: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
2090 |
# File 'sig/client.rbs', line 2090
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
2083 |
# File 'sig/client.rbs', line 2083
def id: () -> ::String
|
#name ⇒ ::String
2084 |
# File 'sig/client.rbs', line 2084
def name: () -> ::String
|
#provider ⇒ ::String
2086 |
# File 'sig/client.rbs', line 2086
def provider: () -> ::String
|
#provisioning_properties ⇒ Types::ProvisioningProperties
2087 |
# File 'sig/client.rbs', line 2087
def provisioning_properties: () -> Types::ProvisioningProperties
|
#updated_at ⇒ ::Time
2092 |
# File 'sig/client.rbs', line 2092
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
2089 |
# File 'sig/client.rbs', line 2089
def user_parameters: () -> ::Array[Types::CustomParameter]
|