Class: Aws::Types::DedicatedIp

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def ip
  @ip
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def pool_name
  @pool_name
end

#warmup_percentage::Integer

Returns the value of attribute warmup_percentage.

Returns:

  • (::Integer)


395
396
397
# File 'sig/types.rbs', line 395

def warmup_percentage
  @warmup_percentage
end

#warmup_status"IN_PROGRESS", ...

Returns the value of attribute warmup_status.

Returns:

  • ("IN_PROGRESS", "DONE", "NOT_APPLICABLE")


394
395
396
# File 'sig/types.rbs', line 394

def warmup_status
  @warmup_status
end