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

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

Instance Attribute Details

#end_positionTypes::Position

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

Returns:



10145
10146
10147
10148
10149
10150
10151
10152
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10145

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

#source_policy_idString

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

Returns:

  • (String)


10145
10146
10147
10148
10149
10150
10151
10152
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10145

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

#source_policy_typeString

The type of the policy.

Returns:

  • (String)


10145
10146
10147
10148
10149
10150
10151
10152
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10145

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

#start_positionTypes::Position

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

Returns:



10145
10146
10147
10148
10149
10150
10151
10152
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10145

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