Class: Aws::Types::DeleteIpamRoutingPolicyRegistrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


4423
4424
4425
# File 'sig/types.rbs', line 4423

def cidr
  @cidr
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


4425
4426
4427
# File 'sig/types.rbs', line 4425

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4421
4422
4423
# File 'sig/types.rbs', line 4421

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


4424
4425
4426
# File 'sig/types.rbs', line 4424

def force
  @force
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


4422
4423
4424
# File 'sig/types.rbs', line 4422

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end