Class: Aws::Types::DeleteSecurityPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def client_token
  @client_token
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def name
  @name
end

#type ⇒ "encryption", "network"

Returns the value of attribute type.

Returns:

  • ("encryption", "network")


439
440
441
# File 'sig/types.rbs', line 439

def type
  @type
end