Class: Aws::Types::AddApplicationReferenceDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationReferenceDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
-
#reference_data_source ⇒ Types::ReferenceDataSource
Returns the value of attribute reference_data_source.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def current_application_version_id @current_application_version_id end |
#reference_data_source ⇒ Types::ReferenceDataSource
Returns the value of attribute reference_data_source.
74 75 76 |
# File 'sig/types.rbs', line 74 def reference_data_source @reference_data_source end |