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
2097 |
# File 'sig/client.rbs', line 2097
def created_at: () -> ::Time
|
#deployment_properties ⇒ Types::DeploymentProperties
2094 |
# File 'sig/client.rbs', line 2094
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
2091 |
# File 'sig/client.rbs', line 2091
def description: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
2096 |
# File 'sig/client.rbs', line 2096
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
2089 |
# File 'sig/client.rbs', line 2089
def id: () -> ::String
|
#name ⇒ ::String
2090 |
# File 'sig/client.rbs', line 2090
def name: () -> ::String
|
#provider ⇒ ::String
2092 |
# File 'sig/client.rbs', line 2092
def provider: () -> ::String
|
#provisioning_properties ⇒ Types::ProvisioningProperties
2093 |
# File 'sig/client.rbs', line 2093
def provisioning_properties: () -> Types::ProvisioningProperties
|
#updated_at ⇒ ::Time
2098 |
# File 'sig/client.rbs', line 2098
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
2095 |
# File 'sig/client.rbs', line 2095
def user_parameters: () -> ::Array[Types::CustomParameter]
|