Class: Aws::Types::DisableIpamPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8436
8437
8438
# File 'sig/types.rbs', line 8436

def dry_run
  @dry_run
end

#ipam_policy_id::String

Returns the value of attribute ipam_policy_id.

Returns:

  • (::String)


8437
8438
8439
# File 'sig/types.rbs', line 8437

def ipam_policy_id
  @ipam_policy_id
end

#organization_target_id::String

Returns the value of attribute organization_target_id.

Returns:

  • (::String)


8438
8439
8440
# File 'sig/types.rbs', line 8438

def organization_target_id
  @organization_target_id
end