Class: Aws::Types::AvailSuppression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fill_policy"FULL_AVAIL_ONLY", "PARTIAL_AVAIL"

Returns the value of attribute fill_policy.

Returns:

  • ("FULL_AVAIL_ONLY", "PARTIAL_AVAIL")


105
106
107
# File 'sig/types.rbs', line 105

def fill_policy
  @fill_policy
end

#mode"OFF", ...

Returns the value of attribute mode.

Returns:

  • ("OFF", "BEHIND_LIVE_EDGE", "AFTER_LIVE_EDGE")


103
104
105
# File 'sig/types.rbs', line 103

def mode
  @mode
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def value
  @value
end