Class: Aws::Types::CreateApplicationOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationOutput
- 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.
74 75 76 |
# File 'sig/types.rbs', line 74 def application_log_output_uri @application_log_output_uri end |
#application_log_paths ⇒ ::Array[::String]
Returns the value of attribute application_log_paths.
73 74 75 |
# File 'sig/types.rbs', line 73 def application_log_paths @application_log_paths end |
#application_source_uri ⇒ ::String
Returns the value of attribute application_source_uri.
75 76 77 |
# File 'sig/types.rbs', line 75 def application_source_uri @application_source_uri end |
#arn ⇒ ::String
Returns the value of attribute arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def arn @arn end |
#associated_stream_groups ⇒ ::Array[::String]
Returns the value of attribute associated_stream_groups.
82 83 84 |
# File 'sig/types.rbs', line 82 def associated_stream_groups @associated_stream_groups end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
80 81 82 |
# File 'sig/types.rbs', line 80 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
70 71 72 |
# File 'sig/types.rbs', line 70 def description @description end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
72 73 74 |
# File 'sig/types.rbs', line 72 def executable_path @executable_path end |
#id ⇒ ::String
Returns the value of attribute id.
76 77 78 |
# File 'sig/types.rbs', line 76 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
81 82 83 |
# File 'sig/types.rbs', line 81 def last_updated_at @last_updated_at end |
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
Returns the value of attribute replication_statuses.
79 80 81 |
# File 'sig/types.rbs', line 79 def replication_statuses @replication_statuses end |
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
71 72 73 |
# File 'sig/types.rbs', line 71 def runtime_environment @runtime_environment end |
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
77 78 79 |
# File 'sig/types.rbs', line 77 def status @status end |
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
78 79 80 |
# File 'sig/types.rbs', line 78 def status_reason @status_reason end |