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)


252
253
254
# File 'sig/types.rbs', line 252

def application_arn
  @application_arn
end

#application_mode"STREAMING", "INTERACTIVE"

Returns the value of attribute application_mode.

Returns:

  • ("STREAMING", "INTERACTIVE")


256
257
258
# File 'sig/types.rbs', line 256

def application_mode
  @application_mode
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def application_name
  @application_name
end

#application_status"DELETING", ...

Returns the value of attribute application_status.

Returns:

  • ("DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK")


253
254
255
# File 'sig/types.rbs', line 253

def application_status
  @application_status
end

#application_version_id::Integer

Returns the value of attribute application_version_id.

Returns:

  • (::Integer)


254
255
256
# File 'sig/types.rbs', line 254

def application_version_id
  @application_version_id
end

#runtime_environment"SQL-1_0", ...

Returns the value of attribute runtime_environment.

Returns:

  • ("SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0", "FLINK-1_18", "FLINK-1_19", "FLINK-1_20", "FLINK-2_2", "FLINK-2_3")


255
256
257
# File 'sig/types.rbs', line 255

def runtime_environment
  @runtime_environment
end