Class: Aws::Types::ReplaceNetworkAclAssociationAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_idTypes::ActionTarget

Returns the value of attribute association_id.

Returns:



1017
1018
1019
# File 'sig/types.rbs', line 1017

def association_id
  @association_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def description
  @description
end

#fms_can_remediateBoolean

Returns the value of attribute fms_can_remediate.

Returns:

  • (Boolean)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def fms_can_remediate
  @fms_can_remediate
end

#network_acl_idTypes::ActionTarget

Returns the value of attribute network_acl_id.

Returns:



1018
1019
1020
# File 'sig/types.rbs', line 1018

def network_acl_id
  @network_acl_id
end