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


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.

Returns:

  • (::String)


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.

Returns:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def context_entries
  @context_entries
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


2138
2139
2140
# File 'sig/types.rbs', line 2138

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def resource_policy
  @resource_policy
end