Class: Aws::Types::CreateLinkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth ⇒ Types::Bandwidth

Returns the value of attribute bandwidth.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def bandwidth
  @bandwidth
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def global_network_id
  @global_network_id
end

#provider ⇒ ::String

Returns the value of attribute provider.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def provider
  @provider
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def site_id
  @site_id
end

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

Returns the value of attribute tags.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def type
  @type
end