Class: Aws::Types::UpdateLinkOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLinkOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#label_template ⇒ ::String
Returns the value of attribute label_template.
-
#link_configuration ⇒ Types::LinkConfiguration
Returns the value of attribute link_configuration.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
274 275 276 |
# File 'sig/types.rbs', line 274 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
275 276 277 |
# File 'sig/types.rbs', line 275 def label @label end |
#label_template ⇒ ::String
Returns the value of attribute label_template.
276 277 278 |
# File 'sig/types.rbs', line 276 def label_template @label_template end |
#link_configuration ⇒ Types::LinkConfiguration
Returns the value of attribute link_configuration.
277 278 279 |
# File 'sig/types.rbs', line 277 def link_configuration @link_configuration end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
278 279 280 |
# File 'sig/types.rbs', line 278 def resource_types @resource_types end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
279 280 281 |
# File 'sig/types.rbs', line 279 def sink_arn @sink_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
280 281 282 |
# File 'sig/types.rbs', line 280 def end |