Class: Aws::IAM::Types::Statement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_positionTypes::Position

The row and column of the end of a ‘Statement` in an IAM policy.

Returns:



7740
7741
7742
7743
7744
7745
7746
# File 'lib/aws-sdk-iam/types.rb', line 7740

class Statement < Struct.new(
  :source_policy_id,
  :source_policy_type,
  :start_position,
  :end_position)
  include Aws::Structure
end

#source_policy_idString

The identifier of the policy that was provided as an input.

Returns:

  • (String)


7740
7741
7742
7743
7744
7745
7746
# File 'lib/aws-sdk-iam/types.rb', line 7740

class Statement < Struct.new(
  :source_policy_id,
  :source_policy_type,
  :start_position,
  :end_position)
  include Aws::Structure
end

#source_policy_typeString

The type of the policy.

Returns:

  • (String)


7740
7741
7742
7743
7744
7745
7746
# File 'lib/aws-sdk-iam/types.rb', line 7740

class Statement < Struct.new(
  :source_policy_id,
  :source_policy_type,
  :start_position,
  :end_position)
  include Aws::Structure
end

#start_positionTypes::Position

The row and column of the beginning of the ‘Statement` in an IAM policy.

Returns:



7740
7741
7742
7743
7744
7745
7746
# File 'lib/aws-sdk-iam/types.rb', line 7740

class Statement < Struct.new(
  :source_policy_id,
  :source_policy_type,
  :start_position,
  :end_position)
  include Aws::Structure
end