Class: Aws::Types::VersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def application_id
  @application_id
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def creation_time
  @creation_time
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def semantic_version
  @semantic_version
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def source_code_url
  @source_code_url
end