Class: Aws::Types::TransitGatewayRequestOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


18191
18192
18193
# File 'sig/types.rbs', line 18191

def amazon_side_asn
  @amazon_side_asn
end

#auto_accept_shared_attachments"enable", "disable"

Returns the value of attribute auto_accept_shared_attachments.

Returns:

  • ("enable", "disable")


18192
18193
18194
# File 'sig/types.rbs', line 18192

def auto_accept_shared_attachments
  @auto_accept_shared_attachments
end

#default_route_table_association"enable", "disable"

Returns the value of attribute default_route_table_association.

Returns:

  • ("enable", "disable")


18193
18194
18195
# File 'sig/types.rbs', line 18193

def default_route_table_association
  @default_route_table_association
end

#default_route_table_propagation"enable", "disable"

Returns the value of attribute default_route_table_propagation.

Returns:

  • ("enable", "disable")


18194
18195
18196
# File 'sig/types.rbs', line 18194

def default_route_table_propagation
  @default_route_table_propagation
end

#dns_support"enable", "disable"

Returns the value of attribute dns_support.

Returns:

  • ("enable", "disable")


18196
18197
18198
# File 'sig/types.rbs', line 18196

def dns_support
  @dns_support
end

#multicast_support"enable", "disable"

Returns the value of attribute multicast_support.

Returns:

  • ("enable", "disable")


18198
18199
18200
# File 'sig/types.rbs', line 18198

def multicast_support
  @multicast_support
end

#security_group_referencing_support"enable", "disable"

Returns the value of attribute security_group_referencing_support.

Returns:

  • ("enable", "disable")


18197
18198
18199
# File 'sig/types.rbs', line 18197

def security_group_referencing_support
  @security_group_referencing_support
end

#transit_gateway_cidr_blocks::Array[::String]

Returns the value of attribute transit_gateway_cidr_blocks.

Returns:

  • (::Array[::String])


18199
18200
18201
# File 'sig/types.rbs', line 18199

def transit_gateway_cidr_blocks
  @transit_gateway_cidr_blocks
end

#vpn_ecmp_support"enable", "disable"

Returns the value of attribute vpn_ecmp_support.

Returns:

  • ("enable", "disable")


18195
18196
18197
# File 'sig/types.rbs', line 18195

def vpn_ecmp_support
  @vpn_ecmp_support
end