Class: Aws::IAM::Types::Statement
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::Statement
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains a reference to a Statement element in a policy document
that determines the result of the simulation.
This data type is used by the MatchedStatements member of the
EvaluationResult type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_position ⇒ Types::Position
The row and column of the end of a
Statementin an IAM policy. -
#source_policy_id ⇒ String
The identifier of the policy that was provided as an input.
-
#source_policy_type ⇒ String
The type of the policy.
-
#start_position ⇒ Types::Position
The row and column of the beginning of the
Statementin an IAM policy.
Instance Attribute Details
#end_position ⇒ Types::Position
The row and column of the end of a Statement in an IAM policy.
11587 11588 11589 11590 11591 11592 11593 11594 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11587 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) SENSITIVE = [] include Aws::Structure end |
#source_policy_id ⇒ String
The identifier of the policy that was provided as an input.
11587 11588 11589 11590 11591 11592 11593 11594 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11587 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) SENSITIVE = [] include Aws::Structure end |
#source_policy_type ⇒ String
The type of the policy.
11587 11588 11589 11590 11591 11592 11593 11594 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11587 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) SENSITIVE = [] include Aws::Structure end |
#start_position ⇒ Types::Position
The row and column of the beginning of the Statement in an IAM
policy.
11587 11588 11589 11590 11591 11592 11593 11594 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11587 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) SENSITIVE = [] include Aws::Structure end |