Class: Aws::Types::PutDedicatedIpWarmupAttributesRequest

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)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def ip
  @ip
end

#warmup_percentage::Integer

Returns the value of attribute warmup_percentage.

Returns:

  • (::Integer)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def warmup_percentage
  @warmup_percentage
end