Class: Aws::Types::CreateSiteToSiteVpnAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def client_token
  @client_token
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def core_network_id
  @core_network_id
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def routing_policy_label
  @routing_policy_label
end

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

Returns the value of attribute tags.

Returns:



553
554
555
# File 'sig/types.rbs', line 553

def tags
  @tags
end

#vpn_connection_arn ⇒ ::String

Returns the value of attribute vpn_connection_arn.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def vpn_connection_arn
  @vpn_connection_arn
end