Class: Aws::Inspector::Types::CreateResourceGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateResourceGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_group_arn ⇒ String
The ARN that specifies the resource group that is created.
Instance Attribute Details
#resource_group_arn ⇒ String
The ARN that specifies the resource group that is created.
847 848 849 850 851 |
# File 'lib/aws-sdk-inspector/types.rb', line 847 class CreateResourceGroupResponse < Struct.new( :resource_group_arn) SENSITIVE = [] include Aws::Structure end |