Class: Aws::Types::Link
- Inherits:
-
Object
- Object
- Aws::Types::Link
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ Types::Bandwidth
Returns the value of attribute bandwidth.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_arn ⇒ ::String
Returns the value of attribute link_arn.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#bandwidth ⇒ Types::Bandwidth
Returns the value of attribute bandwidth.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def bandwidth @bandwidth end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
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.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def global_network_id @global_network_id end |
#link_arn ⇒ ::String
Returns the value of attribute link_arn.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def link_arn @link_arn end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def link_id @link_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def provider @provider end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def site_id @site_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def type @type end |