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

#activateBoolean

Returns the value of attribute activate.

Returns:

  • (Boolean)


3190
3191
3192
# File 'sig/types.rbs', line 3190

def activate
  @activate
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3186
3187
3188
# File 'sig/types.rbs', line 3186

def detector_id
  @detector_id
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3191
3192
3193
# File 'sig/types.rbs', line 3191

def expected_bucket_owner
  @expected_bucket_owner
end

#ip_set_id::String

Returns the value of attribute ip_set_id.

Returns:

  • (::String)


3187
3188
3189
# File 'sig/types.rbs', line 3187

def ip_set_id
  @ip_set_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


3189
3190
3191
# File 'sig/types.rbs', line 3189

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3188
3189
3190
# File 'sig/types.rbs', line 3188

def name
  @name
end