Class: Aws::FMS::Types::GetResourceSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetResourceSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_set ⇒ Types::ResourceSet
Information about the specified resource set.
-
#resource_set_arn ⇒ String
The Amazon Resource Name (ARN) of the resource set.
Instance Attribute Details
#resource_set ⇒ Types::ResourceSet
Information about the specified resource set.
1745 1746 1747 1748 1749 1750 |
# File 'lib/aws-sdk-fms/types.rb', line 1745 class GetResourceSetResponse < Struct.new( :resource_set, :resource_set_arn) SENSITIVE = [] include Aws::Structure end |
#resource_set_arn ⇒ String
The Amazon Resource Name (ARN) of the resource set.
1745 1746 1747 1748 1749 1750 |
# File 'lib/aws-sdk-fms/types.rb', line 1745 class GetResourceSetResponse < Struct.new( :resource_set, :resource_set_arn) SENSITIVE = [] include Aws::Structure end |