Class: Aws::Types::ImscDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessibility"DISABLED", "ENABLED"

Returns the value of attribute accessibility.

Returns:

  • ("DISABLED", "ENABLED")


1366
1367
1368
# File 'sig/types.rbs', line 1366

def accessibility
  @accessibility
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


1367
1368
1369
# File 'sig/types.rbs', line 1367

def style_passthrough
  @style_passthrough
end