Class: Aws::Types::ReplaceNetworkAclAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


16430
16431
16432
# File 'sig/types.rbs', line 16430

def association_id
  @association_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16429
16430
16431
# File 'sig/types.rbs', line 16429

def dry_run
  @dry_run
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


16431
16432
16433
# File 'sig/types.rbs', line 16431

def network_acl_id
  @network_acl_id
end