Class: Aws::Types::IpamPrefixListResolverRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditions::Array[Types::IpamPrefixListResolverRuleConditionRequest]

Returns the value of attribute conditions.



12485
12486
12487
# File 'sig/types.rbs', line 12485

def conditions
  @conditions
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


12483
12484
12485
# File 'sig/types.rbs', line 12483

def ipam_scope_id
  @ipam_scope_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool", "eni", "anycast-ip-list")


12484
12485
12486
# File 'sig/types.rbs', line 12484

def resource_type
  @resource_type
end

#rule_type"static-cidr", ...

Returns the value of attribute rule_type.

Returns:

  • ("static-cidr", "ipam-resource-cidr", "ipam-pool-cidr")


12481
12482
12483
# File 'sig/types.rbs', line 12481

def rule_type
  @rule_type
end

#static_cidr::String

Returns the value of attribute static_cidr.

Returns:

  • (::String)


12482
12483
12484
# File 'sig/types.rbs', line 12482

def static_cidr
  @static_cidr
end