Class: Aws::Types::ExclusionPreview
- Inherits:
-
Object
- Object
- Aws::Types::ExclusionPreview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#scopes ⇒ ::Array[Types::Scope]
Returns the value of attribute scopes.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
352 353 354 |
# File 'sig/types.rbs', line 352 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
349 350 351 |
# File 'sig/types.rbs', line 349 def description @description end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
350 351 352 |
# File 'sig/types.rbs', line 350 def recommendation @recommendation end |
#scopes ⇒ ::Array[Types::Scope]
Returns the value of attribute scopes.
351 352 353 |
# File 'sig/types.rbs', line 351 def scopes @scopes end |
#title ⇒ ::String
Returns the value of attribute title.
348 349 350 |
# File 'sig/types.rbs', line 348 def title @title end |