Class: Aws::Types::CreateTransitGatewayConnectPeerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_optionsTypes::TransitGatewayConnectRequestBgpOptions

Returns the value of attribute bgp_options.



3469
3470
3471
# File 'sig/types.rbs', line 3469

def bgp_options
  @bgp_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3472
3473
3474
# File 'sig/types.rbs', line 3472

def dry_run
  @dry_run
end

#inside_cidr_blocks::Array[::String]

Returns the value of attribute inside_cidr_blocks.

Returns:

  • (::Array[::String])


3470
3471
3472
# File 'sig/types.rbs', line 3470

def inside_cidr_blocks
  @inside_cidr_blocks
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


3468
3469
3470
# File 'sig/types.rbs', line 3468

def peer_address
  @peer_address
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3471
3472
3473
# File 'sig/types.rbs', line 3471

def tag_specifications
  @tag_specifications
end

#transit_gateway_address::String

Returns the value of attribute transit_gateway_address.

Returns:

  • (::String)


3467
3468
3469
# File 'sig/types.rbs', line 3467

def transit_gateway_address
  @transit_gateway_address
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end