Class: Aws::NetworkSecurityManager::Types::NotVisibleMarker
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::NotVisibleMarker
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Indicates that details are not visible because of cross-account restrictions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason the details are not visible.
Instance Attribute Details
#reason ⇒ String
The reason the details are not visible.
3179 3180 3181 3182 3183 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3179 class NotVisibleMarker < Struct.new( :reason) SENSITIVE = [] include Aws::Structure end |