Class: Aws::Types::CodegenJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def app_id
  @app_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


141
142
143
# File 'sig/types.rbs', line 141

def created_at
  @created_at
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def id
  @id
end

#modified_at ⇒ ::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


142
143
144
# File 'sig/types.rbs', line 142

def modified_at
  @modified_at
end