Class: Aws::Types::CreateAutomatedReasoningPolicyVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def client_request_token
  @client_request_token
end

#last_updated_definition_hash::String

Returns the value of attribute last_updated_definition_hash.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def last_updated_definition_hash
  @last_updated_definition_hash
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def policy_arn
  @policy_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



954
955
956
# File 'sig/types.rbs', line 954

def tags
  @tags
end