Class: Aws::Types::SimulateCustomPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::SimulateCustomPolicyRequest
- 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.
-
#ordered_organization_policy_input_list ⇒ ::Array[Types::OrderedOrganizationPolicyType]
Returns the value of attribute ordered_organization_policy_input_list.
-
#permissions_boundary_policy_input_list ⇒ ::Array[::String]
Returns the value of attribute permissions_boundary_policy_input_list.
-
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
-
#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.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def action_names @action_names end |
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def caller_arn @caller_arn end |
#context_entries ⇒ ::Array[Types::ContextEntry]
Returns the value of attribute context_entries.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def context_entries @context_entries end |
#marker ⇒ ::String
Returns the value of attribute marker.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def max_items @max_items end |
#ordered_organization_policy_input_list ⇒ ::Array[Types::OrderedOrganizationPolicyType]
Returns the value of attribute ordered_organization_policy_input_list.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def ordered_organization_policy_input_list @ordered_organization_policy_input_list end |
#permissions_boundary_policy_input_list ⇒ ::Array[::String]
Returns the value of attribute permissions_boundary_policy_input_list.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def @permissions_boundary_policy_input_list end |
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def policy_input_list @policy_input_list end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def resource_arns @resource_arns end |
#resource_handling_option ⇒ ::String
Returns the value of attribute resource_handling_option.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def resource_handling_option @resource_handling_option end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def resource_owner @resource_owner end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def resource_policy @resource_policy end |