Class: Aws::Types::ApiAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ApiAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#association_status ⇒ "PROCESSING", ...
Returns the value of attribute association_status.
-
#deployment_detail ⇒ ::String
Returns the value of attribute deployment_detail.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def api_id @api_id end |
#association_status ⇒ "PROCESSING", ...
Returns the value of attribute association_status.
41 42 43 |
# File 'sig/types.rbs', line 41 def association_status @association_status end |
#deployment_detail ⇒ ::String
Returns the value of attribute deployment_detail.
42 43 44 |
# File 'sig/types.rbs', line 42 def deployment_detail @deployment_detail end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def domain_name @domain_name end |