Class: Aws::Types::ApplicationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def application_arn
  @application_arn
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def application_id
  @application_id
end

#application_version::Integer

Returns the value of attribute application_version.

Returns:

  • (::Integer)


27
28
29
# File 'sig/types.rbs', line 27

def application_version
  @application_version
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


28
29
30
# File 'sig/types.rbs', line 28

def creation_time
  @creation_time
end

#deployment_status"Deploying", "Deployed"

Returns the value of attribute deployment_status.

Returns:

  • ("Deploying", "Deployed")


29
30
31
# File 'sig/types.rbs', line 29

def deployment_status
  @deployment_status
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def description
  @description
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:

  • ("microfocus", "bluage")


31
32
33
# File 'sig/types.rbs', line 31

def engine_type
  @engine_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def environment_id
  @environment_id
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:

  • (::Time)


33
34
35
# File 'sig/types.rbs', line 33

def last_start_time
  @last_start_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def role_arn
  @role_arn
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "Available", "Ready", "Starting", "Running", "Stopping", "Stopped", "Failed", "Deleting", "Deleting From Environment")


36
37
38
# File 'sig/types.rbs', line 36

def status
  @status
end

#version_status"Creating", ...

Returns the value of attribute version_status.

Returns:

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


37
38
39
# File 'sig/types.rbs', line 37

def version_status
  @version_status
end