Class: Aws::Types::GetIpamPolicyAllocationRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10070
10071
10072
# File 'sig/types.rbs', line 10070

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



10072
10073
10074
# File 'sig/types.rbs', line 10072

def filters
  @filters
end

#ipam_policy_id::String

Returns the value of attribute ipam_policy_id.

Returns:

  • (::String)


10071
10072
10073
# File 'sig/types.rbs', line 10071

def ipam_policy_id
  @ipam_policy_id
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


10073
10074
10075
# File 'sig/types.rbs', line 10073

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10075
10076
10077
# File 'sig/types.rbs', line 10075

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10076
10077
10078
# File 'sig/types.rbs', line 10076

def next_token
  @next_token
end

#resource_type"alb", ...

Returns the value of attribute resource_type.

Returns:

  • ("alb", "eip", "rds", "rnat")


10074
10075
10076
# File 'sig/types.rbs', line 10074

def resource_type
  @resource_type
end