Class: Aws::Types::SimulatePrincipalPolicyRequest

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])


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.

Returns:

  • (::String)


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.

Returns:



2065
2066
2067
# File 'sig/types.rbs', line 2065

def context_entries
  @context_entries
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


2058
2059
2060
# File 'sig/types.rbs', line 2058

def permissions_boundary_policy_input_list
  @permissions_boundary_policy_input_list
end

#policy_exclusion_list::Array[Types::PolicyIdentifier]

Returns the value of attribute policy_exclusion_list.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def resource_policy
  @resource_policy
end