Class: Aws::Types::DeleteApplicationReferenceDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationReferenceDataSourceRequest
- 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_id ⇒ ::String
Returns the value of attribute reference_id.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def current_application_version_id @current_application_version_id end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def reference_id @reference_id end |