Class: Aws::Types::AvailSuppression

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#fill_policy"FULL_AVAIL_ONLY", "PARTIAL_AVAIL"

Returns the value of attribute fill_policy.



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

def fill_policy
  @fill_policy
end

#mode"OFF", ...

Returns the value of attribute mode.



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

def mode
  @mode
end

#value::String

Returns the value of attribute value.



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

def value
  @value
end