Class: Aws::Types::ArtifactRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def created
  @created
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def name
  @name
end

#revision_change_identifier::String

Returns the value of attribute revision_change_identifier.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def revision_change_identifier
  @revision_change_identifier
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def revision_id
  @revision_id
end

#revision_summary::String

Returns the value of attribute revision_summary.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def revision_summary
  @revision_summary
end

#revision_url::String

Returns the value of attribute revision_url.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def revision_url
  @revision_url
end