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)


121
122
123
# File 'sig/types.rbs', line 121

def ip
  @ip
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def pool_name
  @pool_name
end

#warmup_percentage::Integer

Returns the value of attribute warmup_percentage.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def warmup_percentage
  @warmup_percentage
end

#warmup_status"IN_PROGRESS", "DONE"

Returns the value of attribute warmup_status.

Returns:

  • ("IN_PROGRESS", "DONE")


122
123
124
# File 'sig/types.rbs', line 122

def warmup_status
  @warmup_status
end