Class: Aws::Types::DescribeCodeBindingResponse

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:



146
147
148
# File 'sig/types.rbs', line 146

def creation_date
  @creation_date
end

#last_modified ⇒ ::Time

Returns the value of attribute last_modified.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def last_modified
  @last_modified
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def schema_version
  @schema_version
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def status
  @status
end