Class: Aws::Types::GetLinkOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLinkOutput
- 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.
75 76 77 |
# File 'sig/types.rbs', line 75 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
76 77 78 |
# File 'sig/types.rbs', line 76 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
77 78 79 |
# File 'sig/types.rbs', line 77 def label @label end |
#label_template ⇒ ::String
Returns the value of attribute label_template.
78 79 80 |
# File 'sig/types.rbs', line 78 def label_template @label_template end |
#link_configuration ⇒ Types::LinkConfiguration
Returns the value of attribute link_configuration.
79 80 81 |
# File 'sig/types.rbs', line 79 def link_configuration @link_configuration end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
80 81 82 |
# File 'sig/types.rbs', line 80 def resource_types @resource_types end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
81 82 83 |
# File 'sig/types.rbs', line 81 def sink_arn @sink_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def @tags end |