Class: Aws::Types::Exclusion
- Inherits:
-
Object
- Object
- Aws::Types::Exclusion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def arn @arn end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
343 344 345 |
# File 'sig/types.rbs', line 343 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
340 341 342 |
# File 'sig/types.rbs', line 340 def description @description end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
341 342 343 |
# File 'sig/types.rbs', line 341 def recommendation @recommendation end |
#scopes ⇒ ::Array[Types::Scope]
Returns the value of attribute scopes.
342 343 344 |
# File 'sig/types.rbs', line 342 def scopes @scopes end |
#title ⇒ ::String
Returns the value of attribute title.
339 340 341 |
# File 'sig/types.rbs', line 339 def title @title end |