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.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def action_names @action_names end |
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def caller_arn @caller_arn end |
#context_entries ⇒ ::Array[Types::ContextEntry]
Returns the value of attribute context_entries.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def context_entries @context_entries end |
#marker ⇒ ::String
Returns the value of attribute marker.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def max_items @max_items end |
#permissions_boundary_policy_input_list ⇒ ::Array[::String]
Returns the value of attribute permissions_boundary_policy_input_list.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def @permissions_boundary_policy_input_list end |
#policy_exclusion_list ⇒ ::Array[Types::PolicyIdentifier]
Returns the value of attribute policy_exclusion_list.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def policy_exclusion_list @policy_exclusion_list end |
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def policy_input_list @policy_input_list end |
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def policy_source_arn @policy_source_arn end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def resource_arns @resource_arns end |
#resource_handling_option ⇒ ::String
Returns the value of attribute resource_handling_option.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def resource_handling_option @resource_handling_option end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def resource_owner @resource_owner end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def resource_policy @resource_policy end |