Class: Aws::Types::CreateDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def client_request_token
  @client_request_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def description
  @description
end

#expression ⇒ ::String

Returns the value of attribute expression.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def expression
  @expression
end

#expression_type ⇒ "RuleName", "MqttTopic"

Returns the value of attribute expression_type.

Returns:

  • ("RuleName", "MqttTopic")


193
194
195
# File 'sig/types.rbs', line 193

def expression_type
  @expression_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def name
  @name
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end