Class: Aws::Types::IpamPoolCidr

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)


12670
12671
12672
# File 'sig/types.rbs', line 12670

def cidr
  @cidr
end

#failure_reasonTypes::IpamPoolCidrFailureReason

Returns the value of attribute failure_reason.



12672
12673
12674
# File 'sig/types.rbs', line 12672

def failure_reason
  @failure_reason
end

#ipam_pool_cidr_id::String

Returns the value of attribute ipam_pool_cidr_id.

Returns:

  • (::String)


12673
12674
12675
# File 'sig/types.rbs', line 12673

def ipam_pool_cidr_id
  @ipam_pool_cidr_id
end

#netmask_length::Integer

Returns the value of attribute netmask_length.

Returns:

  • (::Integer)


12674
12675
12676
# File 'sig/types.rbs', line 12674

def netmask_length
  @netmask_length
end

#state"pending-provision", ...

Returns the value of attribute state.

Returns:

  • ("pending-provision", "provisioned", "failed-provision", "pending-deprovision", "deprovisioned", "failed-deprovision", "pending-import", "failed-import")


12671
12672
12673
# File 'sig/types.rbs', line 12671

def state
  @state
end