Class: Aws::FMS::Types::DiscoveredResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the discovered resource.

Returns:

  • (String)


777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 777

class DiscoveredResource < Struct.new(
  :uri,
  :account_id,
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the discovered resource.

Returns:

  • (String)


777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 777

class DiscoveredResource < Struct.new(
  :uri,
  :account_id,
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the discovered resource.

Returns:

  • (String)


777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 777

class DiscoveredResource < Struct.new(
  :uri,
  :account_id,
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The universal resource identifier (URI) of the discovered resource.

Returns:

  • (String)


777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 777

class DiscoveredResource < Struct.new(
  :uri,
  :account_id,
  :type,
  :name)
  SENSITIVE = []
  include Aws::Structure
end