Class: Aws::Types::ApplicationDetail

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)


160
161
162
# File 'sig/types.rbs', line 160

def application_arn
  @application_arn
end

#application_configuration_descriptionTypes::ApplicationConfigurationDescription

Returns the value of attribute application_configuration_description.



169
170
171
# File 'sig/types.rbs', line 169

def application_configuration_description
  @application_configuration_description
end

#application_description::String

Returns the value of attribute application_description.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def application_description
  @application_description
end

#application_maintenance_configuration_descriptionTypes::ApplicationMaintenanceConfigurationDescription

Returns the value of attribute application_maintenance_configuration_description.



171
172
173
# File 'sig/types.rbs', line 171

def application_maintenance_configuration_description
  @application_maintenance_configuration_description
end

#application_mode"STREAMING", "INTERACTIVE"

Returns the value of attribute application_mode.

Returns:

  • ("STREAMING", "INTERACTIVE")


177
178
179
# File 'sig/types.rbs', line 177

def application_mode
  @application_mode
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

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


165
166
167
# File 'sig/types.rbs', line 165

def application_status
  @application_status
end

#application_version_create_timestamp::Time

Returns the value of attribute application_version_create_timestamp.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def application_version_create_timestamp
  @application_version_create_timestamp
end

#application_version_id::Integer

Returns the value of attribute application_version_id.

Returns:

  • (::Integer)


166
167
168
# File 'sig/types.rbs', line 166

def application_version_id
  @application_version_id
end

#application_version_rolled_back_from::Integer

Returns the value of attribute application_version_rolled_back_from.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def application_version_rolled_back_from
  @application_version_rolled_back_from
end

#application_version_rolled_back_to::Integer

Returns the value of attribute application_version_rolled_back_to.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def application_version_rolled_back_to
  @application_version_rolled_back_to
end

#application_version_updated_from::Integer

Returns the value of attribute application_version_updated_from.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def application_version_updated_from
  @application_version_updated_from
end

#cloud_watch_logging_option_descriptions::Array[Types::CloudWatchLoggingOptionDescription]

Returns the value of attribute cloud_watch_logging_option_descriptions.



170
171
172
# File 'sig/types.rbs', line 170

def cloud_watch_logging_option_descriptions
  @cloud_watch_logging_option_descriptions
end

#conditional_token::String

Returns the value of attribute conditional_token.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def conditional_token
  @conditional_token
end

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


167
168
169
# File 'sig/types.rbs', line 167

def create_timestamp
  @create_timestamp
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


168
169
170
# File 'sig/types.rbs', line 168

def last_update_timestamp
  @last_update_timestamp
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")


163
164
165
# File 'sig/types.rbs', line 163

def runtime_environment
  @runtime_environment
end

#service_execution_role::String

Returns the value of attribute service_execution_role.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def service_execution_role
  @service_execution_role
end