Class: Aws::Types::PeeringConnectionOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PeeringConnectionOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Returns the value of attribute allow_dns_resolution_from_remote_vpc.
-
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Returns the value of attribute allow_egress_from_local_classic_link_to_remote_vpc.
-
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Returns the value of attribute allow_egress_from_local_vpc_to_remote_classic_link.
Instance Attribute Details
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Returns the value of attribute allow_dns_resolution_from_remote_vpc.
15076 15077 15078 |
# File 'sig/types.rbs', line 15076 def allow_dns_resolution_from_remote_vpc @allow_dns_resolution_from_remote_vpc end |
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Returns the value of attribute allow_egress_from_local_classic_link_to_remote_vpc.
15077 15078 15079 |
# File 'sig/types.rbs', line 15077 def allow_egress_from_local_classic_link_to_remote_vpc @allow_egress_from_local_classic_link_to_remote_vpc end |
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Returns the value of attribute allow_egress_from_local_vpc_to_remote_classic_link.
15078 15079 15080 |
# File 'sig/types.rbs', line 15078 def allow_egress_from_local_vpc_to_remote_classic_link @allow_egress_from_local_vpc_to_remote_classic_link end |