Class: Aws::Types::UpdateDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def description
  @description
end

#expression ⇒ ::String

Returns the value of attribute expression.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def expression
  @expression
end

#expression_type ⇒ "RuleName", "MqttTopic"

Returns the value of attribute expression_type.

Returns:

  • ("RuleName", "MqttTopic")


2107
2108
2109
# File 'sig/types.rbs', line 2107

def expression_type
  @expression_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def role_arn
  @role_arn
end