Class: Aws::AccessAnalyzer::Types::ReasonSummary

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

Overview

Contains information about the reasoning why a check for access passed or failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the reasoning of a result of checking for access.

Returns:

  • (String)


3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3328

class ReasonSummary < Struct.new(
  :description,
  :statement_index,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

The identifier for the reason statement.

Returns:

  • (String)


3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3328

class ReasonSummary < Struct.new(
  :description,
  :statement_index,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_indexInteger

The index number of the reason statement.

Returns:

  • (Integer)


3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3328

class ReasonSummary < Struct.new(
  :description,
  :statement_index,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end