Class: Aws::Types::GetApplicationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationOutput
- 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.
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.
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.
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.
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.
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.
245 246 247 |
# File 'sig/types.rbs', line 245 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
235 236 237 |
# File 'sig/types.rbs', line 235 def description @description end |
#executable_path ⇒ ::String
Returns the value of attribute executable_path.
237 238 239 |
# File 'sig/types.rbs', line 237 def executable_path @executable_path end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
244 245 246 |
# File 'sig/types.rbs', line 244 def replication_statuses @replication_statuses end |
#runtime_environment ⇒ Types::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.
242 243 244 |
# File 'sig/types.rbs', line 242 def status @status end |
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
243 244 245 |
# File 'sig/types.rbs', line 243 def status_reason @status_reason end |