Class: Aws::Types::GetApplicationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_log_output_uri::String

Returns the value of attribute application_log_output_uri.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def application_log_output_uri
  @application_log_output_uri
end

#application_log_paths::Array[::String]

Returns the value of attribute application_log_paths.

Returns:

  • (::Array[::String])


238
239
240
# File 'sig/types.rbs', line 238

def application_log_paths
  @application_log_paths
end

#application_source_uri::String

Returns the value of attribute application_source_uri.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def application_source_uri
  @application_source_uri
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def arn
  @arn
end

#associated_stream_groups::Array[::String]

Returns the value of attribute associated_stream_groups.

Returns:

  • (::Array[::String])


247
248
249
# File 'sig/types.rbs', line 247

def associated_stream_groups
  @associated_stream_groups
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


245
246
247
# File 'sig/types.rbs', line 245

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def description
  @description
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def executable_path
  @executable_path
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


246
247
248
# File 'sig/types.rbs', line 246

def last_updated_at
  @last_updated_at
end

#replication_statuses::Array[Types::ReplicationStatus]

Returns the value of attribute replication_statuses.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def replication_statuses
  @replication_statuses
end

#runtime_environmentTypes::RuntimeEnvironment

Returns the value of attribute runtime_environment.



236
237
238
# File 'sig/types.rbs', line 236

def runtime_environment
  @runtime_environment
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR")


242
243
244
# File 'sig/types.rbs', line 242

def status
  @status
end

#status_reason"internalError", ...

Returns the value of attribute status_reason.

Returns:

  • ("internalError", "accessDenied", "sourceModified")


243
244
245
# File 'sig/types.rbs', line 243

def status_reason
  @status_reason
end