Class: Aws::FMS::Types::DiscoveredResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DiscoveredResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
A resource in the organization that’s available to be associated with a Firewall Manager resource set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID associated with the discovered resource.
-
#name ⇒ String
The name of the discovered resource.
-
#type ⇒ String
The type of the discovered resource.
-
#uri ⇒ String
The universal resource identifier (URI) of the discovered resource.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID associated with the discovered resource.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-fms/types.rb', line 777 class DiscoveredResource < Struct.new( :uri, :account_id, :type, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the discovered resource.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-fms/types.rb', line 777 class DiscoveredResource < Struct.new( :uri, :account_id, :type, :name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the discovered resource.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-fms/types.rb', line 777 class DiscoveredResource < Struct.new( :uri, :account_id, :type, :name) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The universal resource identifier (URI) of the discovered resource.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-fms/types.rb', line 777 class DiscoveredResource < Struct.new( :uri, :account_id, :type, :name) SENSITIVE = [] include Aws::Structure end |