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)


12742
12743
12744
# File 'sig/types.rbs', line 12742

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12737
12738
12739
# File 'sig/types.rbs', line 12737

def ipam_pool_id
  @ipam_pool_id
end

#operation"equals", ...

Returns the value of attribute operation.

Returns:

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


12736
12737
12738
# File 'sig/types.rbs', line 12736

def operation
  @operation
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12738
12739
12740
# File 'sig/types.rbs', line 12738

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12739
12740
12741
# File 'sig/types.rbs', line 12739

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12740
12741
12742
# File 'sig/types.rbs', line 12740

def resource_region
  @resource_region
end

#resource_tagTypes::RequestIpamResourceTag

Returns the value of attribute resource_tag.



12741
12742
12743
# File 'sig/types.rbs', line 12741

def resource_tag
  @resource_tag
end