Class: Aws::Inspector::Types::DescribeResourceGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeResourceGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_group_arns ⇒ Array<String>
The ARN that specifies the resource group that you want to describe.
Instance Attribute Details
#resource_group_arns ⇒ Array<String>
The ARN that specifies the resource group that you want to describe.
1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-inspector/types.rb', line 1086 class DescribeResourceGroupsRequest < Struct.new( :resource_group_arns) SENSITIVE = [] include Aws::Structure end |