Class: Aws::Types::SuccessfulAssociationResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulAssociationResponseObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#association_type ⇒ ::String
Returns the value of attribute association_type.
-
#association_value ⇒ ::String
Returns the value of attribute association_value.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
17922 17923 17924 |
# File 'sig/types.rbs', line 17922 def application_status_check_id @application_status_check_id end |
#association_type ⇒ ::String
Returns the value of attribute association_type.
17923 17924 17925 |
# File 'sig/types.rbs', line 17923 def association_type @association_type end |
#association_value ⇒ ::String
Returns the value of attribute association_value.
17924 17925 17926 |
# File 'sig/types.rbs', line 17924 def association_value @association_value end |