Class: Aws::Types::CodeBindingOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


18
19
20
# File 'sig/types.rbs', line 18

def creation_date
  @creation_date
end

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def last_modified
  @last_modified
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def schema_version
  @schema_version
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED")


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

def status
  @status
end