Class: Aws::FMS::Types::Resource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Details of a resource that is associated to an Firewall Manager resource set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that the associated resource belongs to.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-fms/types.rb', line 4293

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

#uriString

The resource’s universal resource indicator (URI).

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-fms/types.rb', line 4293

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