Class: Aws::Types::ArtifactSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arn::String

Returns the value of attribute artifact_arn.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def artifact_arn
  @artifact_arn
end

#artifact_name::String

Returns the value of attribute artifact_name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def artifact_name
  @artifact_name
end

#artifact_type::String

Returns the value of attribute artifact_type.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def artifact_type
  @artifact_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


481
482
483
# File 'sig/types.rbs', line 481

def last_modified_time
  @last_modified_time
end

#sourceTypes::ArtifactSource

Returns the value of attribute source.



478
479
480
# File 'sig/types.rbs', line 478

def source
  @source
end