Class: Aws::Types::UpdateVPCConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVPCConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12817 12818 12819 |
# File 'sig/types.rbs', line 12817 def aws_account_id @aws_account_id end |
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
12822 12823 12824 |
# File 'sig/types.rbs', line 12822 def dns_resolvers @dns_resolvers end |
#name ⇒ ::String
Returns the value of attribute name.
12819 12820 12821 |
# File 'sig/types.rbs', line 12819 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
12823 12824 12825 |
# File 'sig/types.rbs', line 12823 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
12821 12822 12823 |
# File 'sig/types.rbs', line 12821 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
12820 12821 12822 |
# File 'sig/types.rbs', line 12820 def subnet_ids @subnet_ids end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
12818 12819 12820 |
# File 'sig/types.rbs', line 12818 def vpc_connection_id @vpc_connection_id end |