Class: Aws::Types::CidrCollectionChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"PUT", "DELETE_IF_EXISTS"

Returns the value of attribute action.

Returns:

  • ("PUT", "DELETE_IF_EXISTS")


133
134
135
# File 'sig/types.rbs', line 133

def action
  @action
end

#cidr_list::Array[::String]

Returns the value of attribute cidr_list.

Returns:

  • (::Array[::String])


134
135
136
# File 'sig/types.rbs', line 134

def cidr_list
  @cidr_list
end

#location_name::String

Returns the value of attribute location_name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def location_name
  @location_name
end