Class: Aws::Inspector::Types::CreateResourceGroupResponse

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_arnString

The ARN that specifies the resource group that is created.

Returns:

  • (String)


847
848
849
850
851
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 847

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