Class: Aws::Types::IpamPrefixListResolverRuleConditionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


12476
12477
12478
# File 'sig/types.rbs', line 12476

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12471
12472
12473
# File 'sig/types.rbs', line 12471

def ipam_pool_id
  @ipam_pool_id
end

#operation"equals", ...

Returns the value of attribute operation.

Returns:

  • ("equals", "not-equals", "subnet-of")


12470
12471
12472
# File 'sig/types.rbs', line 12470

def operation
  @operation
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12472
12473
12474
# File 'sig/types.rbs', line 12472

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12473
12474
12475
# File 'sig/types.rbs', line 12473

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12474
12475
12476
# File 'sig/types.rbs', line 12474

def resource_region
  @resource_region
end

#resource_tagTypes::RequestIpamResourceTag

Returns the value of attribute resource_tag.



12475
12476
12477
# File 'sig/types.rbs', line 12475

def resource_tag
  @resource_tag
end