Class: Aws::Types::ImscDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::ImscDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessibility ⇒ "DISABLED", "ENABLED"
Returns the value of attribute accessibility.
-
#style_passthrough ⇒ "ENABLED", "DISABLED"
Returns the value of attribute style_passthrough.
Instance Attribute Details
#accessibility ⇒ "DISABLED", "ENABLED"
Returns the value of attribute accessibility.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def accessibility @accessibility end |
#style_passthrough ⇒ "ENABLED", "DISABLED"
Returns the value of attribute style_passthrough.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def style_passthrough @style_passthrough end |