Class: Aws::Types::UpdateLinkRequest

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:



1899
1900
1901
# File 'sig/types.rbs', line 1899

def bandwidth
  @bandwidth
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def global_network_id
  @global_network_id
end

Returns the value of attribute link_id.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def link_id
  @link_id
end

#provider ⇒ ::String

Returns the value of attribute provider.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def provider
  @provider
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def type
  @type
end