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


2164
2165
2166
# File 'sig/types.rbs', line 2164

def action_names
  @action_names
end

#caller_arn::String

Returns the value of attribute caller_arn.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def caller_arn
  @caller_arn
end

#context_entries::Array[Types::ContextEntry]

Returns the value of attribute context_entries.

Returns:



2169
2170
2171
# File 'sig/types.rbs', line 2169

def context_entries
  @context_entries
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2171
2172
2173
# File 'sig/types.rbs', line 2171

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


2162
2163
2164
# File 'sig/types.rbs', line 2162

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:



2163
2164
2165
# File 'sig/types.rbs', line 2163

def policy_exclusion_list
  @policy_exclusion_list
end

#policy_input_list::Array[::String]

Returns the value of attribute policy_input_list.

Returns:

  • (::Array[::String])


2161
2162
2163
# File 'sig/types.rbs', line 2161

def policy_input_list
  @policy_input_list
end

#policy_source_arn::String

Returns the value of attribute policy_source_arn.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def policy_source_arn
  @policy_source_arn
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


2165
2166
2167
# File 'sig/types.rbs', line 2165

def resource_arns
  @resource_arns
end

#resource_handling_option::String

Returns the value of attribute resource_handling_option.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def resource_handling_option
  @resource_handling_option
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def resource_owner
  @resource_owner
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def resource_policy
  @resource_policy
end