Class: Aws::Types::UpdateApplicationOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_log_output_uri ⇒ ::String
Returns the value of attribute application_log_output_uri.
-
#application_log_paths ⇒ ::Array[::String]
Returns the value of attribute application_log_paths.
-
#application_source_uri ⇒ ::String
Returns the value of attribute application_source_uri.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_stream_groups ⇒ ::Array[::String]
Returns the value of attribute associated_stream_groups.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
Returns the value of attribute replication_statuses.
-
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
-
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
-
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
Instance Attribute Details
#application_log_output_uri ⇒ ::String
Returns the value of attribute application_log_output_uri.
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.
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.
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.
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.
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.
653 654 655 |
# File 'sig/types.rbs', line 653 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
643 644 645 |
# File 'sig/types.rbs', line 643 def description @description end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
645 646 647 |
# File 'sig/types.rbs', line 645 def executable_path @executable_path end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
652 653 654 |
# File 'sig/types.rbs', line 652 def replication_statuses @replication_statuses end |
#runtime_environment ⇒ Types::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.
650 651 652 |
# File 'sig/types.rbs', line 650 def status @status end |
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
651 652 653 |
# File 'sig/types.rbs', line 651 def status_reason @status_reason end |