Class: Aws::CloudFormation::Types::DescribeResourceScanInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_scan_idString

The Amazon Resource Name (ARN) of the resource scan.

Returns:

  • (String)


2763
2764
2765
2766
2767
# File 'lib/aws-sdk-cloudformation/types.rb', line 2763

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