Class: Aws::Types::UpdateSecurityPolicyRequest

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)


967
968
969
# File 'sig/types.rbs', line 967

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def name
  @name
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def policy
  @policy
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def policy_version
  @policy_version
end

#type ⇒ "encryption", "network"

Returns the value of attribute type.

Returns:

  • ("encryption", "network")


962
963
964
# File 'sig/types.rbs', line 962

def type
  @type
end