Class: Aws::Types::CreateLinkInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#label_template ⇒ ::String

Returns the value of attribute label_template.



18
19
20
# File 'sig/types.rbs', line 18

def label_template
  @label_template
end

Returns the value of attribute link_configuration.



19
20
21
# File 'sig/types.rbs', line 19

def link_configuration
  @link_configuration
end

#resource_types ⇒ ::Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor" | "AWS::ApplicationSignals::Service" | "AWS::ApplicationSignals::ServiceLevelObjective")]

Returns the value of attribute resource_types.



20
21
22
# File 'sig/types.rbs', line 20

def resource_types
  @resource_types
end

#sink_identifier ⇒ ::String

Returns the value of attribute sink_identifier.



21
22
23
# File 'sig/types.rbs', line 21

def sink_identifier
  @sink_identifier
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.



22
23
24
# File 'sig/types.rbs', line 22

def tags
  @tags
end