Class: Aws::Types::Statement
- Inherits:
-
Object
- Object
- Aws::Types::Statement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_position ⇒ Types::Position
Returns the value of attribute end_position.
-
#source_policy_id ⇒ ::String
Returns the value of attribute source_policy_id.
-
#source_policy_type ⇒ "user", ...
Returns the value of attribute source_policy_type.
-
#start_position ⇒ Types::Position
Returns the value of attribute start_position.
Instance Attribute Details
#end_position ⇒ Types::Position
Returns the value of attribute end_position.
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.
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.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def source_policy_type @source_policy_type end |
#start_position ⇒ Types::Position
Returns the value of attribute start_position.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def start_position @start_position end |