Class: Aws::Types::CreateAutomatedReasoningPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def name
  @name
end

#policy_definitionTypes::AutomatedReasoningPolicyDefinition

Returns the value of attribute policy_definition.



917
918
919
# File 'sig/types.rbs', line 917

def policy_definition
  @policy_definition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



919
920
921
# File 'sig/types.rbs', line 919

def tags
  @tags
end