Class: Aws::Types::Link

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:



1238
1239
1240
# File 'sig/types.rbs', line 1238

def bandwidth
  @bandwidth
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def global_network_id
  @global_network_id
end

Returns the value of attribute link_arn.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def link_arn
  @link_arn
end

Returns the value of attribute link_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def link_id
  @link_id
end

#provider ⇒ ::String

Returns the value of attribute provider.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def provider
  @provider
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def site_id
  @site_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "UPDATING")


1241
1242
1243
# File 'sig/types.rbs', line 1241

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def type
  @type
end