Class: Aws::Types::CreateNetworkAclAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#fms_can_remediateBoolean

Returns the value of attribute fms_can_remediate.

Returns:

  • (Boolean)


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

def fms_can_remediate
  @fms_can_remediate
end

#vpcTypes::ActionTarget

Returns the value of attribute vpc.

Returns:



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

def vpc
  @vpc
end