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.

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:



10256
10257
10258
10259
10260
10261
10262
10263
# File 'lib/aws-sdk-iam/types.rb', line 10256

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)


10256
10257
10258
10259
10260
10261
10262
10263
# File 'lib/aws-sdk-iam/types.rb', line 10256

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)


10256
10257
10258
10259
10260
10261
10262
10263
# File 'lib/aws-sdk-iam/types.rb', line 10256

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:



10256
10257
10258
10259
10260
10261
10262
10263
# File 'lib/aws-sdk-iam/types.rb', line 10256

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