Class: Aws::Types::ModifyTransitGatewayOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_transit_gateway_cidr_blocks::Array[::String]

Returns the value of attribute add_transit_gateway_cidr_blocks.

Returns:

  • (::Array[::String])


14272
14273
14274
# File 'sig/types.rbs', line 14272

def add_transit_gateway_cidr_blocks
  @add_transit_gateway_cidr_blocks
end

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


14282
14283
14284
# File 'sig/types.rbs', line 14282

def amazon_side_asn
  @amazon_side_asn
end

#association_default_route_table_id::String

Returns the value of attribute association_default_route_table_id.

Returns:

  • (::String)


14279
14280
14281
# File 'sig/types.rbs', line 14279

def association_default_route_table_id
  @association_default_route_table_id
end

#auto_accept_shared_attachments"enable", "disable"

Returns the value of attribute auto_accept_shared_attachments.

Returns:

  • ("enable", "disable")


14277
14278
14279
# File 'sig/types.rbs', line 14277

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")


14278
14279
14280
# File 'sig/types.rbs', line 14278

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")


14280
14281
14282
# File 'sig/types.rbs', line 14280

def default_route_table_propagation
  @default_route_table_propagation
end

#dns_support"enable", "disable"

Returns the value of attribute dns_support.

Returns:

  • ("enable", "disable")


14275
14276
14277
# File 'sig/types.rbs', line 14275

def dns_support
  @dns_support
end

#encryption_support"enable", "disable"

Returns the value of attribute encryption_support.

Returns:

  • ("enable", "disable")


14283
14284
14285
# File 'sig/types.rbs', line 14283

def encryption_support
  @encryption_support
end

#propagation_default_route_table_id::String

Returns the value of attribute propagation_default_route_table_id.

Returns:

  • (::String)


14281
14282
14283
# File 'sig/types.rbs', line 14281

def propagation_default_route_table_id
  @propagation_default_route_table_id
end

#remove_transit_gateway_cidr_blocks::Array[::String]

Returns the value of attribute remove_transit_gateway_cidr_blocks.

Returns:

  • (::Array[::String])


14273
14274
14275
# File 'sig/types.rbs', line 14273

def remove_transit_gateway_cidr_blocks
  @remove_transit_gateway_cidr_blocks
end

#security_group_referencing_support"enable", "disable"

Returns the value of attribute security_group_referencing_support.

Returns:

  • ("enable", "disable")


14276
14277
14278
# File 'sig/types.rbs', line 14276

def security_group_referencing_support
  @security_group_referencing_support
end

#vpn_ecmp_support"enable", "disable"

Returns the value of attribute vpn_ecmp_support.

Returns:

  • ("enable", "disable")


14274
14275
14276
# File 'sig/types.rbs', line 14274

def vpn_ecmp_support
  @vpn_ecmp_support
end