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

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


4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4284

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

#uriString

The resource's universal resource indicator (URI).

Returns:

  • (String)


4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4284

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