Class: Aws::Types::GetApplicationResponse

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)


462
463
464
# File 'sig/types.rbs', line 462

def application_arn
  @application_arn
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def application_id
  @application_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


464
465
466
# File 'sig/types.rbs', line 464

def creation_time
  @creation_time
end

#deployed_versionTypes::DeployedVersionSummary

Returns the value of attribute deployed_version.



465
466
467
# File 'sig/types.rbs', line 465

def deployed_version
  @deployed_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def description
  @description
end

#engine_type"microfocus", "bluage"

Returns the value of attribute engine_type.

Returns:

  • ("microfocus", "bluage")


467
468
469
# File 'sig/types.rbs', line 467

def engine_type
  @engine_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def environment_id
  @environment_id
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def kms_key_id
  @kms_key_id
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:

  • (::Time)


470
471
472
# File 'sig/types.rbs', line 470

def last_start_time
  @last_start_time
end

#latest_versionTypes::ApplicationVersionSummary

Returns the value of attribute latest_version.



471
472
473
# File 'sig/types.rbs', line 471

def latest_version
  @latest_version
end

#listener_arns::Array[::String]

Returns the value of attribute listener_arns.

Returns:

  • (::Array[::String])


472
473
474
# File 'sig/types.rbs', line 472

def listener_arns
  @listener_arns
end

#listener_ports::Array[::Integer]

Returns the value of attribute listener_ports.

Returns:

  • (::Array[::Integer])


473
474
475
# File 'sig/types.rbs', line 473

def listener_ports
  @listener_ports
end

#load_balancer_dns_name::String

Returns the value of attribute load_balancer_dns_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def load_balancer_dns_name
  @load_balancer_dns_name
end

#log_groups::Array[Types::LogGroupSummary]

Returns the value of attribute log_groups.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def log_groups
  @log_groups
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

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")


478
479
480
# File 'sig/types.rbs', line 478

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def status_reason
  @status_reason
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


480
481
482
# File 'sig/types.rbs', line 480

def tags
  @tags
end

#target_group_arns::Array[::String]

Returns the value of attribute target_group_arns.

Returns:

  • (::Array[::String])


481
482
483
# File 'sig/types.rbs', line 481

def target_group_arns
  @target_group_arns
end