Class: Aws::Types::GetApplicationVersionResponse

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:

  • (::Integer)


492
493
494
# File 'sig/types.rbs', line 492

def application_version
  @application_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


493
494
495
# File 'sig/types.rbs', line 493

def creation_time
  @creation_time
end

#definition_content::String

Returns the value of attribute definition_content.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def definition_content
  @definition_content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Available", "Failed")


497
498
499
# File 'sig/types.rbs', line 497

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def status_reason
  @status_reason
end