Class: Aws::AccessAnalyzer::Types::ReasonSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ReasonSummary
- 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
-
#description ⇒ String
A description of the reasoning of a result of checking for access.
-
#statement_id ⇒ String
The identifier for the reason statement.
-
#statement_index ⇒ Integer
The index number of the reason statement.
Instance Attribute Details
#description ⇒ String
A description of the reasoning of a result of checking for access.
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_id ⇒ String
The identifier for the reason statement.
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_index ⇒ Integer
The index number of the reason statement.
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 |