Module: Aws::DataZone::Client::_CreateProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #domain_unit_id ⇒ ::String
- #environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
- #failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #project_category ⇒ ::String
- #project_profile_id ⇒ ::String
- #project_status ⇒ "ACTIVE", ...
- #resource_tags ⇒ ::Array[Types::ResourceTag]
- #user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Instance Method Details
#created_at ⇒ ::Time
1148 |
# File 'sig/client.rbs', line 1148
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1147 |
# File 'sig/client.rbs', line 1147
def created_by: () -> ::String
|
#description ⇒ ::String
1144 |
# File 'sig/client.rbs', line 1144
def description: () -> ::String
|
#domain_id ⇒ ::String
1141 |
# File 'sig/client.rbs', line 1141
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
1152 |
# File 'sig/client.rbs', line 1152
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
1155 |
# File 'sig/client.rbs', line 1155
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
1146 |
# File 'sig/client.rbs', line 1146
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
1151 |
# File 'sig/client.rbs', line 1151
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
1142 |
# File 'sig/client.rbs', line 1142
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
1149 |
# File 'sig/client.rbs', line 1149
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1143 |
# File 'sig/client.rbs', line 1143
def name: () -> ::String
|
#project_category ⇒ ::String
1156 |
# File 'sig/client.rbs', line 1156
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
1153 |
# File 'sig/client.rbs', line 1153
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
1145 |
# File 'sig/client.rbs', line 1145
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
1150 |
# File 'sig/client.rbs', line 1150
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
1154 |
# File 'sig/client.rbs', line 1154
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|