Class: Aws::Types::CreateCampaignResponse

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)


158
159
160
# File 'sig/types.rbs', line 158

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


159
160
161
# File 'sig/types.rbs', line 159

def tags
  @tags
end