Class: Aws::Inspector::Types::DescribeResourceGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_group_arnsArray<String>

The ARN that specifies the resource group that you want to describe.

Returns:

  • (Array<String>)


1086
1087
1088
1089
1090
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1086

class DescribeResourceGroupsRequest < Struct.new(
  :resource_group_arns)
  SENSITIVE = []
  include Aws::Structure
end