Class: Aws::Types::CreateVPCConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVPCConnectionRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def aws_account_id @aws_account_id end |
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def dns_resolvers @dns_resolvers end |
#name ⇒ ::String
Returns the value of attribute name.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def @tags end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def vpc_connection_id @vpc_connection_id end |