Class: Aws::Types::DeleteIPSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


377
378
379
# File 'sig/types.rbs', line 377

def scope
  @scope
end