Class: Aws::Types::ApplicationVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_version::Integer

Returns the value of attribute application_version.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def application_version
  @application_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def creation_time
  @creation_time
end

#status"Creating", ...

Returns the value of attribute status.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def status_reason
  @status_reason
end