Class: Aws::Types::ApplicationDetail
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_code ⇒ ::String
Returns the value of attribute application_code.
-
#application_description ⇒ ::String
Returns the value of attribute application_description.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
-
#cloud_watch_logging_option_descriptions ⇒ ::Array[Types::CloudWatchLoggingOptionDescription]
Returns the value of attribute cloud_watch_logging_option_descriptions.
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
-
#input_descriptions ⇒ ::Array[Types::InputDescription]
Returns the value of attribute input_descriptions.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#output_descriptions ⇒ ::Array[Types::OutputDescription]
Returns the value of attribute output_descriptions.
-
#reference_data_source_descriptions ⇒ ::Array[Types::ReferenceDataSourceDescription]
Returns the value of attribute reference_data_source_descriptions.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def application_arn @application_arn end |
#application_code ⇒ ::String
Returns the value of attribute application_code.
73 74 75 |
# File 'sig/types.rbs', line 73 def application_code @application_code end |
#application_description ⇒ ::String
Returns the value of attribute application_description.
64 65 66 |
# File 'sig/types.rbs', line 64 def application_description @application_description end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
63 64 65 |
# File 'sig/types.rbs', line 63 def application_name @application_name end |
#application_status ⇒ "DELETING", ...
Returns the value of attribute application_status.
66 67 68 |
# File 'sig/types.rbs', line 66 def application_status @application_status end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def application_version_id @application_version_id end |
#cloud_watch_logging_option_descriptions ⇒ ::Array[Types::CloudWatchLoggingOptionDescription]
Returns the value of attribute cloud_watch_logging_option_descriptions.
72 73 74 |
# File 'sig/types.rbs', line 72 def cloud_watch_logging_option_descriptions @cloud_watch_logging_option_descriptions end |
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
67 68 69 |
# File 'sig/types.rbs', line 67 def end |
#input_descriptions ⇒ ::Array[Types::InputDescription]
Returns the value of attribute input_descriptions.
69 70 71 |
# File 'sig/types.rbs', line 69 def input_descriptions @input_descriptions end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
68 69 70 |
# File 'sig/types.rbs', line 68 def end |
#output_descriptions ⇒ ::Array[Types::OutputDescription]
Returns the value of attribute output_descriptions.
70 71 72 |
# File 'sig/types.rbs', line 70 def output_descriptions @output_descriptions end |
#reference_data_source_descriptions ⇒ ::Array[Types::ReferenceDataSourceDescription]
Returns the value of attribute reference_data_source_descriptions.
71 72 73 |
# File 'sig/types.rbs', line 71 def reference_data_source_descriptions @reference_data_source_descriptions end |