Class: Aws::Types::CreateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#lambda_endpoint ⇒ Types::LambdaEndpointInput
Returns the value of attribute lambda_endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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_identifier ⇒ ::String
Returns the value of attribute application_identifier.
149 150 151 |
# File 'sig/types.rbs', line 149 def application_identifier @application_identifier end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
151 152 153 |
# File 'sig/types.rbs', line 151 def description @description end |
#endpoint_type ⇒ "LAMBDA", "URL"
Returns the value of attribute endpoint_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def endpoint_type @endpoint_type end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
153 154 155 |
# File 'sig/types.rbs', line 153 def environment_identifier @environment_identifier end |
#lambda_endpoint ⇒ Types::LambdaEndpointInput
Returns the value of attribute lambda_endpoint.
154 155 156 |
# File 'sig/types.rbs', line 154 def lambda_endpoint @lambda_endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
155 156 157 |
# File 'sig/types.rbs', line 155 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
156 157 158 |
# File 'sig/types.rbs', line 156 def @tags end |
#url_endpoint ⇒ Types::UrlEndpointInput
Returns the value of attribute url_endpoint.
157 158 159 |
# File 'sig/types.rbs', line 157 def url_endpoint @url_endpoint end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def vpc_id @vpc_id end |