Module: Aws::DataZone::Client::_CreateEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_id ⇒ ::String
- #aws_account_region ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #deployment_properties ⇒ Types::DeploymentProperties
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
- #environment_blueprint_id ⇒ ::String
- #environment_configuration_id ⇒ ::String
- #environment_configuration_name ⇒ ::String
- #environment_profile_id ⇒ ::String
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #last_deployment ⇒ Types::Deployment
- #name ⇒ ::String
- #project_id ⇒ ::String
- #provider ⇒ ::String
- #provisioned_resources ⇒ ::Array[Types::Resource]
- #provisioning_properties ⇒ Types::ProvisioningProperties
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
- #user_parameters ⇒ ::Array[Types::CustomParameter]
Instance Method Details
#aws_account_id ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
870 |
# File 'sig/client.rbs', line 870
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
864 |
# File 'sig/client.rbs', line 864
def created_at: () -> ::Time
|
#created_by ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def created_by: () -> ::String
|
#deployment_properties ⇒ Types::DeploymentProperties
879 |
# File 'sig/client.rbs', line 879
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
867 |
# File 'sig/client.rbs', line 867
def description: () -> ::String
|
#domain_id ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def domain_id: () -> ::String
|
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
874 |
# File 'sig/client.rbs', line 874
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
#environment_blueprint_id ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def environment_blueprint_id: () -> ::String
|
#environment_configuration_id ⇒ ::String
881 |
# File 'sig/client.rbs', line 881
def environment_configuration_id: () -> ::String
|
#environment_configuration_name ⇒ ::String
882 |
# File 'sig/client.rbs', line 882
def environment_configuration_name: () -> ::String
|
#environment_profile_id ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def environment_profile_id: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
875 |
# File 'sig/client.rbs', line 875
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
861 |
# File 'sig/client.rbs', line 861
def id: () -> ::String
|
#last_deployment ⇒ Types::Deployment
877 |
# File 'sig/client.rbs', line 877
def last_deployment: () -> Types::Deployment
|
#name ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def name: () -> ::String
|
#project_id ⇒ ::String
860 |
# File 'sig/client.rbs', line 860
def project_id: () -> ::String
|
#provider ⇒ ::String
871 |
# File 'sig/client.rbs', line 871
def provider: () -> ::String
|
#provisioned_resources ⇒ ::Array[Types::Resource]
872 |
# File 'sig/client.rbs', line 872
def provisioned_resources: () -> ::Array[Types::Resource]
|
#provisioning_properties ⇒ Types::ProvisioningProperties
878 |
# File 'sig/client.rbs', line 878
def provisioning_properties: () -> Types::ProvisioningProperties
|
#status ⇒ "ACTIVE", ...
873 |
# File 'sig/client.rbs', line 873
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
#updated_at ⇒ ::Time
865 |
# File 'sig/client.rbs', line 865
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
876 |
# File 'sig/client.rbs', line 876
def user_parameters: () -> ::Array[Types::CustomParameter]
|