Class: Aws::IAM::Types::Statement
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::Statement
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
-
#end_position ⇒ Types::Position
The row and column of the end of a ‘Statement` in 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 ‘Statement` in an IAM policy.
Instance Attribute Details
#end_position ⇒ Types::Position
The row and column of the end of a ‘Statement` in an IAM policy.
8468 8469 8470 8471 8472 8473 8474 |
# File 'lib/aws-sdk-iam/types.rb', line 8468 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) include Aws::Structure end |
#source_policy_id ⇒ String
The identifier of the policy that was provided as an input.
8468 8469 8470 8471 8472 8473 8474 |
# File 'lib/aws-sdk-iam/types.rb', line 8468 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) include Aws::Structure end |
#source_policy_type ⇒ String
The type of the policy.
8468 8469 8470 8471 8472 8473 8474 |
# File 'lib/aws-sdk-iam/types.rb', line 8468 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) include Aws::Structure end |
#start_position ⇒ Types::Position
The row and column of the beginning of the ‘Statement` in an IAM policy.
8468 8469 8470 8471 8472 8473 8474 |
# File 'lib/aws-sdk-iam/types.rb', line 8468 class Statement < Struct.new( :source_policy_id, :source_policy_type, :start_position, :end_position) include Aws::Structure end |