Class: Aws::Types::GetDestinationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def description
  @description
end

#expression ⇒ ::String

Returns the value of attribute expression.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def expression
  @expression
end

#expression_type ⇒ "RuleName", "MqttTopic"

Returns the value of attribute expression_type.

Returns:

  • ("RuleName", "MqttTopic")


637
638
639
# File 'sig/types.rbs', line 637

def expression_type
  @expression_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def role_arn
  @role_arn
end