Class: Aws::FMS::Types::GetResourceSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetResourceSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
A unique identifier for the resource set, used in a request to refer to the resource set.
Instance Attribute Details
#identifier ⇒ String
A unique identifier for the resource set, used in a request to refer to the resource set.
1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-fms/types.rb', line 1729 class GetResourceSetRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |