Class: Aws::Types::UpdateApplicationOutput

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)


647
648
649
# File 'sig/types.rbs', line 647

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


646
647
648
# File 'sig/types.rbs', line 646

def application_log_paths
  @application_log_paths
end

#application_source_uri::String

Returns the value of attribute application_source_uri.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def application_source_uri
  @application_source_uri
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def arn
  @arn
end

#associated_stream_groups::Array[::String]

Returns the value of attribute associated_stream_groups.

Returns:

  • (::Array[::String])


655
656
657
# File 'sig/types.rbs', line 655

def associated_stream_groups
  @associated_stream_groups
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def description
  @description
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def executable_path
  @executable_path
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


654
655
656
# File 'sig/types.rbs', line 654

def last_updated_at
  @last_updated_at
end

#replication_statuses::Array[Types::ReplicationStatus]

Returns the value of attribute replication_statuses.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def replication_statuses
  @replication_statuses
end

#runtime_environmentTypes::RuntimeEnvironment

Returns the value of attribute runtime_environment.



644
645
646
# File 'sig/types.rbs', line 644

def runtime_environment
  @runtime_environment
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

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


650
651
652
# File 'sig/types.rbs', line 650

def status
  @status
end

#status_reason"internalError", ...

Returns the value of attribute status_reason.

Returns:

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


651
652
653
# File 'sig/types.rbs', line 651

def status_reason
  @status_reason
end