Class: Aws::Types::CreateConnectAttachmentRequest

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)


404
405
406
# File 'sig/types.rbs', line 404

def client_token
  @client_token
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def core_network_id
  @core_network_id
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def edge_location
  @edge_location
end

#options ⇒ Types::ConnectAttachmentOptions

Returns the value of attribute options.



402
403
404
# File 'sig/types.rbs', line 402

def options
  @options
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def routing_policy_label
  @routing_policy_label
end

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

Returns the value of attribute tags.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def tags
  @tags
end

#transport_attachment_id ⇒ ::String

Returns the value of attribute transport_attachment_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def transport_attachment_id
  @transport_attachment_id
end