Class: Aws::Types::AddApplicationVpcConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationVpcConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def application_name @application_name end |
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
89 90 91 |
# File 'sig/types.rbs', line 89 def conditional_token @conditional_token end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def current_application_version_id @current_application_version_id end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
88 89 90 |
# File 'sig/types.rbs', line 88 def vpc_configuration @vpc_configuration end |