Class: Aws::Types::CreateLinkOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLinkOutput
- 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.
27 28 29 |
# File 'sig/types.rbs', line 27 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
28 29 30 |
# File 'sig/types.rbs', line 28 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
29 30 31 |
# File 'sig/types.rbs', line 29 def label @label end |
#label_template ⇒ ::String
Returns the value of attribute label_template.
30 31 32 |
# File 'sig/types.rbs', line 30 def label_template @label_template end |
#link_configuration ⇒ Types::LinkConfiguration
Returns the value of attribute link_configuration.
31 32 33 |
# File 'sig/types.rbs', line 31 def link_configuration @link_configuration end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
32 33 34 |
# File 'sig/types.rbs', line 32 def resource_types @resource_types end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def sink_arn @sink_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
34 35 36 |
# File 'sig/types.rbs', line 34 def @tags end |