Class: Aws::Types::SimulatePrincipalPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::SimulatePrincipalPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_names ⇒ ::Array[::String]
Returns the value of attribute action_names.
-
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
-
#context_entries ⇒ ::Array[Types::ContextEntry]
Returns the value of attribute context_entries.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#permissions_boundary_policy_input_list ⇒ ::Array[::String]
Returns the value of attribute permissions_boundary_policy_input_list.
-
#policy_exclusion_list ⇒ ::Array[Types::PolicyIdentifier]
Returns the value of attribute policy_exclusion_list.
-
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
-
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_handling_option ⇒ ::String
Returns the value of attribute resource_handling_option.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#action_names ⇒ ::Array[::String]
Returns the value of attribute action_names.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def action_names @action_names end |
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def caller_arn @caller_arn end |
#context_entries ⇒ ::Array[Types::ContextEntry]
Returns the value of attribute context_entries.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def context_entries @context_entries end |
#marker ⇒ ::String
Returns the value of attribute marker.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def max_items @max_items end |
#permissions_boundary_policy_input_list ⇒ ::Array[::String]
Returns the value of attribute permissions_boundary_policy_input_list.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def @permissions_boundary_policy_input_list end |
#policy_exclusion_list ⇒ ::Array[Types::PolicyIdentifier]
Returns the value of attribute policy_exclusion_list.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def policy_exclusion_list @policy_exclusion_list end |
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def policy_input_list @policy_input_list end |
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def policy_source_arn @policy_source_arn end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def resource_arns @resource_arns end |
#resource_handling_option ⇒ ::String
Returns the value of attribute resource_handling_option.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def resource_handling_option @resource_handling_option end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def resource_owner @resource_owner end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def resource_policy @resource_policy end |