Class: Aws::Types::IpamPrefixListResolverRuleCondition

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)


12725
12726
12727
# File 'sig/types.rbs', line 12725

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12720
12721
12722
# File 'sig/types.rbs', line 12720

def ipam_pool_id
  @ipam_pool_id
end

#operation"equals", ...

Returns the value of attribute operation.

Returns:

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


12719
12720
12721
# File 'sig/types.rbs', line 12719

def operation
  @operation
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12721
12722
12723
# File 'sig/types.rbs', line 12721

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12722
12723
12724
# File 'sig/types.rbs', line 12722

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12723
12724
12725
# File 'sig/types.rbs', line 12723

def resource_region
  @resource_region
end

#resource_tagTypes::IpamResourceTag

Returns the value of attribute resource_tag.



12724
12725
12726
# File 'sig/types.rbs', line 12724

def resource_tag
  @resource_tag
end