Class: Aws::Types::SimulateCustomPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_names::Array[::String]

Returns the value of attribute action_names.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



2041
2042
2043
# File 'sig/types.rbs', line 2041

def context_entries
  @context_entries
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


2034
2035
2036
# File 'sig/types.rbs', line 2034

def permissions_boundary_policy_input_list
  @permissions_boundary_policy_input_list
end

#policy_input_list::Array[::String]

Returns the value of attribute policy_input_list.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2038
2039
2040
# File 'sig/types.rbs', line 2038

def resource_policy
  @resource_policy
end