Class: Aws::Types::ListLinksItem
- Inherits:
-
Object
- Object
- Aws::Types::ListLinksItem
- 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.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
157 158 159 |
# File 'sig/types.rbs', line 157 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
158 159 160 |
# File 'sig/types.rbs', line 158 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
159 160 161 |
# File 'sig/types.rbs', line 159 def label @label end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
160 161 162 |
# File 'sig/types.rbs', line 160 def resource_types @resource_types end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def sink_arn @sink_arn end |