Class: Aws::Types::PutOutcomeRequest

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)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1168
1169
1170
# File 'sig/types.rbs', line 1168

def tags
  @tags
end