Class: Aws::Types::Statement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_positionTypes::Position

Returns the value of attribute end_position.

Returns:



2076
2077
2078
# File 'sig/types.rbs', line 2076

def end_position
  @end_position
end

#source_policy_id::String

Returns the value of attribute source_policy_id.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def source_policy_id
  @source_policy_id
end

#source_policy_type"user", ...

Returns the value of attribute source_policy_type.

Returns:

  • ("user", "group", "role", "aws-managed", "user-managed", "resource", "none")


2074
2075
2076
# File 'sig/types.rbs', line 2074

def source_policy_type
  @source_policy_type
end

#start_positionTypes::Position

Returns the value of attribute start_position.

Returns:



2075
2076
2077
# File 'sig/types.rbs', line 2075

def start_position
  @start_position
end