Class: Aws::Types::CreateIPSetRequest

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])


229
230
231
# File 'sig/types.rbs', line 229

def addresses
  @addresses
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#ip_address_version"IPV4", "IPV6"

Returns the value of attribute ip_address_version.

Returns:

  • ("IPV4", "IPV6")


228
229
230
# File 'sig/types.rbs', line 228

def ip_address_version
  @ip_address_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


226
227
228
# File 'sig/types.rbs', line 226

def scope
  @scope
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def tags
  @tags
end