Class: Aws::Types::CreateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationResponse
- 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.
-
#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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#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.
-
#proxy_type ⇒ "API_GATEWAY"
Returns the value of attribute proxy_type.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#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.
81 82 83 |
# File 'sig/types.rbs', line 81 def api_gateway_proxy @api_gateway_proxy end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def arn @arn end |
#created_by_account_id ⇒ ::String
Returns the value of attribute created_by_account_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def created_by_account_id @created_by_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
85 86 87 |
# File 'sig/types.rbs', line 85 def created_time @created_time end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
87 88 89 |
# File 'sig/types.rbs', line 87 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
88 89 90 |
# File 'sig/types.rbs', line 88 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def owner_account_id @owner_account_id end |
#proxy_type ⇒ "API_GATEWAY"
Returns the value of attribute proxy_type.
90 91 92 |
# File 'sig/types.rbs', line 90 def proxy_type @proxy_type end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
91 92 93 |
# File 'sig/types.rbs', line 91 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def vpc_id @vpc_id end |