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
874 |
# File 'sig/client.rbs', line 874
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
869 |
# File 'sig/client.rbs', line 869
def created_at: () -> ::Time
|
#created_by ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def created_by: () -> ::String
|
#deployment_properties ⇒ Types::DeploymentProperties
884 |
# File 'sig/client.rbs', line 884
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
872 |
# File 'sig/client.rbs', line 872
def description: () -> ::String
|
#domain_id ⇒ ::String
867 |
# File 'sig/client.rbs', line 867
def domain_id: () -> ::String
|
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
879 |
# File 'sig/client.rbs', line 879
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
#environment_blueprint_id ⇒ ::String
885 |
# File 'sig/client.rbs', line 885
def environment_blueprint_id: () -> ::String
|
#environment_configuration_id ⇒ ::String
886 |
# File 'sig/client.rbs', line 886
def environment_configuration_id: () -> ::String
|
#environment_configuration_name ⇒ ::String
887 |
# File 'sig/client.rbs', line 887
def environment_configuration_name: () -> ::String
|
#environment_profile_id ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def environment_profile_id: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
880 |
# File 'sig/client.rbs', line 880
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def id: () -> ::String
|
#last_deployment ⇒ Types::Deployment
882 |
# File 'sig/client.rbs', line 882
def last_deployment: () -> Types::Deployment
|
#name ⇒ ::String
871 |
# File 'sig/client.rbs', line 871
def name: () -> ::String
|
#project_id ⇒ ::String
865 |
# File 'sig/client.rbs', line 865
def project_id: () -> ::String
|
#provider ⇒ ::String
876 |
# File 'sig/client.rbs', line 876
def provider: () -> ::String
|
#provisioned_resources ⇒ ::Array[Types::Resource]
877 |
# File 'sig/client.rbs', line 877
def provisioned_resources: () -> ::Array[Types::Resource]
|
#provisioning_properties ⇒ Types::ProvisioningProperties
883 |
# File 'sig/client.rbs', line 883
def provisioning_properties: () -> Types::ProvisioningProperties
|
#status ⇒ "ACTIVE", ...
878 |
# File 'sig/client.rbs', line 878
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
#updated_at ⇒ ::Time
870 |
# File 'sig/client.rbs', line 870
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
881 |
# File 'sig/client.rbs', line 881
def user_parameters: () -> ::Array[Types::CustomParameter]
|