Class: Aws::Types::Challenge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def arn
  @arn
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def connector_arn
  @connector_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def created_at
  @created_at
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def password
  @password
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


25
26
27
# File 'sig/types.rbs', line 25

def updated_at
  @updated_at
end