Class: Aws::Types::Promotion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def filter_arn
  @filter_arn
end

#filter_values ⇒ ::Hash[::String, ::String]

Returns the value of attribute filter_values.

Returns:

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


87
88
89
# File 'sig/types.rbs', line 87

def filter_values
  @filter_values
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def name
  @name
end

#percent_promoted_items ⇒ ::Integer

Returns the value of attribute percent_promoted_items.

Returns:

  • (::Integer)


85
86
87
# File 'sig/types.rbs', line 85

def percent_promoted_items
  @percent_promoted_items
end