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.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def action_names @action_names end |
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def caller_arn @caller_arn end |
#context_entries ⇒ ::Array[Types::ContextEntry]
Returns the value of attribute context_entries.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def context_entries @context_entries end |
#marker ⇒ ::String
Returns the value of attribute marker.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def max_items @max_items end |
#ordered_organization_policy_input_list ⇒ ::Array[Types::OrderedOrganizationPolicyType]
Returns the value of attribute ordered_organization_policy_input_list.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 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.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def @permissions_boundary_policy_input_list end |
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def policy_input_list @policy_input_list end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def resource_arns @resource_arns end |
#resource_handling_option ⇒ ::String
Returns the value of attribute resource_handling_option.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def resource_handling_option @resource_handling_option end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def resource_owner @resource_owner end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def resource_policy @resource_policy end |