Class: Aws::Types::VpcPeeringConnectionOptionsDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_dns_resolution_from_remote_vpcBoolean

Returns the value of attribute allow_dns_resolution_from_remote_vpc.

Returns:

  • (Boolean)


19818
19819
19820
# File 'sig/types.rbs', line 19818

def allow_dns_resolution_from_remote_vpc
  @allow_dns_resolution_from_remote_vpc
end

Returns the value of attribute allow_egress_from_local_classic_link_to_remote_vpc.

Returns:

  • (Boolean)


19819
19820
19821
# File 'sig/types.rbs', line 19819

def allow_egress_from_local_classic_link_to_remote_vpc
  @allow_egress_from_local_classic_link_to_remote_vpc
end

Returns the value of attribute allow_egress_from_local_vpc_to_remote_classic_link.

Returns:

  • (Boolean)


19820
19821
19822
# File 'sig/types.rbs', line 19820

def allow_egress_from_local_vpc_to_remote_classic_link
  @allow_egress_from_local_vpc_to_remote_classic_link
end