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.
477 478 479 |
# File 'sig/types.rbs', line 477 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def current_application_version_id @current_application_version_id end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def reference_id @reference_id end |