Class: Aws::Types::ApplicationVersionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def application_name
  @application_name
end

#application_version_arn::String

Returns the value of attribute application_version_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def application_version_arn
  @application_version_arn
end

#build_arn::String

Returns the value of attribute build_arn.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def build_arn
  @build_arn
end

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def date_created
  @date_created
end

#date_updated::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def date_updated
  @date_updated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def description
  @description
end

#image_build_configurationTypes::ImageBuildConfiguration

Returns the value of attribute image_build_configuration.



68
69
70
# File 'sig/types.rbs', line 68

def image_build_configuration
  @image_build_configuration
end

#image_sourceTypes::ImageSource

Returns the value of attribute image_source.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def image_source
  @image_source
end

#processBoolean

Returns the value of attribute process.

Returns:

  • (Boolean)


69
70
71
# File 'sig/types.rbs', line 69

def process
  @process
end

#source_build_informationTypes::SourceBuildInformation

Returns the value of attribute source_build_information.



64
65
66
# File 'sig/types.rbs', line 64

def source_build_information
  @source_build_information
end

#source_bundleTypes::S3Location

Returns the value of attribute source_bundle.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def source_bundle
  @source_bundle
end

#status"Processed", ...

Returns the value of attribute status.

Returns:

  • ("Processed", "Unprocessed", "Failed", "Processing", "Building")


72
73
74
# File 'sig/types.rbs', line 72

def status
  @status
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def version_label
  @version_label
end