Class: Aws::Types::InputSummary

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)


422
423
424
# File 'sig/types.rbs', line 422

def creation_time
  @creation_time
end

#input_arn ⇒ ::String

Returns the value of attribute input_arn.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def input_arn
  @input_arn
end

#input_description ⇒ ::String

Returns the value of attribute input_description.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def input_description
  @input_description
end

#input_name ⇒ ::String

Returns the value of attribute input_name.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def input_name
  @input_name
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


423
424
425
# File 'sig/types.rbs', line 423

def last_update_time
  @last_update_time
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


424
425
426
# File 'sig/types.rbs', line 424

def status
  @status
end