Class: Aws::Types::CreateChallengeRequest

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)


83
84
85
# File 'sig/types.rbs', line 83

def client_token
  @client_token
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def connector_arn
  @connector_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


84
85
86
# File 'sig/types.rbs', line 84

def tags
  @tags
end