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")


1345
1346
1347
# File 'sig/types.rbs', line 1345

def accessibility
  @accessibility
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def style_passthrough
  @style_passthrough
end