Class: Aws::Types::CreateServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#lambda_endpoint ⇒ Types::LambdaEndpointInput
Returns the value of attribute lambda_endpoint.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#url_endpoint ⇒ Types::UrlEndpointInput
Returns the value of attribute url_endpoint.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
166 167 168 |
# File 'sig/types.rbs', line 166 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
167 168 169 |
# File 'sig/types.rbs', line 167 def description @description end |
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
168 169 170 |
# File 'sig/types.rbs', line 168 def endpoint_type @endpoint_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def environment_id @environment_id end |
#lambda_endpoint ⇒ Types::LambdaEndpointInput
Returns the value of attribute lambda_endpoint.
170 171 172 |
# File 'sig/types.rbs', line 170 def lambda_endpoint @lambda_endpoint end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
171 172 173 |
# File 'sig/types.rbs', line 171 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
172 173 174 |
# File 'sig/types.rbs', line 172 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def owner_account_id @owner_account_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
175 176 177 |
# File 'sig/types.rbs', line 175 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
176 177 178 |
# File 'sig/types.rbs', line 176 def end |
#url_endpoint ⇒ Types::UrlEndpointInput
Returns the value of attribute url_endpoint.
177 178 179 |
# File 'sig/types.rbs', line 177 def url_endpoint @url_endpoint end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def vpc_id @vpc_id end |