Class: Aws::Types::AnalyzerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzerConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InternalAccess, Unknown, UnusedAccess
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#internal_access ⇒ Types::InternalAccessConfiguration
Returns the value of attribute internal_access.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#unused_access ⇒ Types::UnusedAccessConfiguration
Returns the value of attribute unused_access.
Instance Attribute Details
#internal_access ⇒ Types::InternalAccessConfiguration
Returns the value of attribute internal_access.
115 116 117 |
# File 'sig/types.rbs', line 115 def internal_access @internal_access end |
#unknown ⇒ Object
Returns the value of attribute unknown.
116 117 118 |
# File 'sig/types.rbs', line 116 def unknown @unknown end |
#unused_access ⇒ Types::UnusedAccessConfiguration
Returns the value of attribute unused_access.
114 115 116 |
# File 'sig/types.rbs', line 114 def unused_access @unused_access end |