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)


3162
3163
3164
3165
3166
3167
3168
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3162

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

#statement_idString

The identifier for the reason statement.

Returns:

  • (String)


3162
3163
3164
3165
3166
3167
3168
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3162

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)


3162
3163
3164
3165
3166
3167
3168
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3162

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