Class: Aws::Types::GuardrailCoverage
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailCoverage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#images ⇒ Types::GuardrailImageCoverage
Returns the value of attribute images.
-
#text_characters ⇒ Types::GuardrailTextCharactersCoverage
Returns the value of attribute text_characters.
Instance Attribute Details
#images ⇒ Types::GuardrailImageCoverage
Returns the value of attribute images.
872 873 874 |
# File 'sig/types.rbs', line 872 def images @images end |
#text_characters ⇒ Types::GuardrailTextCharactersCoverage
Returns the value of attribute text_characters.
871 872 873 |
# File 'sig/types.rbs', line 871 def text_characters @text_characters end |