Class: Aws::Types::AddApplicationReferenceDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationReferenceDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
-
#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.
79 80 81 |
# File 'sig/types.rbs', line 79 def application_arn @application_arn end |
#application_version_id ⇒ ::Integer
Returns the value of attribute application_version_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def application_version_id @application_version_id end |
#reference_data_source_descriptions ⇒ ::Array[Types::ReferenceDataSourceDescription]
Returns the value of attribute reference_data_source_descriptions.
81 82 83 |
# File 'sig/types.rbs', line 81 def reference_data_source_descriptions @reference_data_source_descriptions end |