Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_proxy ⇒ Types::ApiGatewayProxyInput
Returns the value of attribute api_gateway_proxy.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#proxy_type ⇒ "API_GATEWAY"
Returns the value of attribute proxy_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#api_gateway_proxy ⇒ Types::ApiGatewayProxyInput
Returns the value of attribute api_gateway_proxy.
70 71 72 |
# File 'sig/types.rbs', line 70 def api_gateway_proxy @api_gateway_proxy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
71 72 73 |
# File 'sig/types.rbs', line 71 def client_token @client_token end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
72 73 74 |
# File 'sig/types.rbs', line 72 def environment_identifier @environment_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
73 74 75 |
# File 'sig/types.rbs', line 73 def name @name end |
#proxy_type ⇒ "API_GATEWAY"
Returns the value of attribute proxy_type.
74 75 76 |
# File 'sig/types.rbs', line 74 def proxy_type @proxy_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
75 76 77 |
# File 'sig/types.rbs', line 75 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def vpc_id @vpc_id end |