Class: Aws::Types::AppVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def app_version
  @app_version
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def creation_time
  @creation_time
end

#identifier ⇒ ::Integer

Returns the value of attribute identifier.

Returns:

  • (::Integer)


178
179
180
# File 'sig/types.rbs', line 178

def identifier
  @identifier
end

#version_name ⇒ ::String

Returns the value of attribute version_name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def version_name
  @version_name
end