Class: Aws::Types::CreateConnectPeerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_options ⇒ Types::BgpOptions

Returns the value of attribute bgp_options.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def bgp_options
  @bgp_options
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def client_token
  @client_token
end

#connect_attachment_id ⇒ ::String

Returns the value of attribute connect_attachment_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def connect_attachment_id
  @connect_attachment_id
end

#core_network_address ⇒ ::String

Returns the value of attribute core_network_address.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def core_network_address
  @core_network_address
end

#inside_cidr_blocks ⇒ ::Array[::String]

Returns the value of attribute inside_cidr_blocks.

Returns:

  • (::Array[::String])


418
419
420
# File 'sig/types.rbs', line 418

def inside_cidr_blocks
  @inside_cidr_blocks
end

#peer_address ⇒ ::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def peer_address
  @peer_address
end

#subnet_arn ⇒ ::String

Returns the value of attribute subnet_arn.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def subnet_arn
  @subnet_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def tags
  @tags
end