Class: Aws::FMS::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::Resource
- 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
-
#account_id ⇒ String
The Amazon Web Services account ID that the associated resource belongs to.
-
#uri ⇒ String
The resource’s universal resource indicator (URI).
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that the associated resource belongs to.
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 |
#uri ⇒ String
The resource’s universal resource indicator (URI).
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 |