Class: Aws::NetworkSecurityManager::Types::NotVisibleMarker

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#reason ⇒ String

The reason the details are not visible.

Returns:

  • (String)


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