Class: Aws::Types::UpdateIPSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses::Array[::String]

Returns the value of attribute addresses.

Returns:

  • (::Array[::String])


1741
1742
1743
# File 'sig/types.rbs', line 1741

def addresses
  @addresses
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1738
1739
1740
# File 'sig/types.rbs', line 1738

def scope
  @scope
end