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)


683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 683

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

#nameString

The name of the discovered resource.

Returns:

  • (String)


683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 683

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

#typeString

The type of the discovered resource.

Returns:

  • (String)


683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 683

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)


683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 683

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