Class: Aws::AccessAnalyzer::Types::StartResourceScanRequest

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

Overview

Starts a scan of the policies applied to the specified resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer to use to scan the policies applied to the specified resource.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3615

class StartResourceScanRequest < Struct.new(
  :analyzer_arn,
  :resource_arn,
  :resource_owner_account)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource to scan.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3615

class StartResourceScanRequest < Struct.new(
  :analyzer_arn,
  :resource_arn,
  :resource_owner_account)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_accountString

The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3615

class StartResourceScanRequest < Struct.new(
  :analyzer_arn,
  :resource_arn,
  :resource_owner_account)
  SENSITIVE = []
  include Aws::Structure
end