Class: Aws::Types::CreateSecurityPolicyRequest

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)


336
337
338
# File 'sig/types.rbs', line 336

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def name
  @name
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def policy
  @policy
end

#type ⇒ "encryption", "network"

Returns the value of attribute type.

Returns:

  • ("encryption", "network")


332
333
334
# File 'sig/types.rbs', line 332

def type
  @type
end