Class: Aws::Types::InputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


401
402
403
# File 'sig/types.rbs', line 401

def creation_time
  @creation_time
end

#input_arn ⇒ ::String

Returns the value of attribute input_arn.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def input_arn
  @input_arn
end

#input_description ⇒ ::String

Returns the value of attribute input_description.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def input_description
  @input_description
end

#input_name ⇒ ::String

Returns the value of attribute input_name.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def input_name
  @input_name
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


402
403
404
# File 'sig/types.rbs', line 402

def last_update_time
  @last_update_time
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "ACTIVE", "DELETING")


403
404
405
# File 'sig/types.rbs', line 403

def status
  @status
end