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
1142 |
# File 'sig/client.rbs', line 1142
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1141 |
# File 'sig/client.rbs', line 1141
def created_by: () -> ::String
|
#description ⇒ ::String
1138 |
# File 'sig/client.rbs', line 1138
def description: () -> ::String
|
#domain_id ⇒ ::String
1135 |
# File 'sig/client.rbs', line 1135
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
1146 |
# File 'sig/client.rbs', line 1146
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
1149 |
# File 'sig/client.rbs', line 1149
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
1140 |
# File 'sig/client.rbs', line 1140
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
1145 |
# File 'sig/client.rbs', line 1145
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
1136 |
# File 'sig/client.rbs', line 1136
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
1143 |
# File 'sig/client.rbs', line 1143
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1137 |
# File 'sig/client.rbs', line 1137
def name: () -> ::String
|
#project_category ⇒ ::String
1150 |
# File 'sig/client.rbs', line 1150
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
1147 |
# File 'sig/client.rbs', line 1147
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
1139 |
# File 'sig/client.rbs', line 1139
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
1144 |
# File 'sig/client.rbs', line 1144
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
1148 |
# File 'sig/client.rbs', line 1148
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|