Class: Aws::Types::GetFlowAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4246 4247 4248 |
# File 'sig/types.rbs', line 4246 def instance_id @instance_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
4247 4248 4249 |
# File 'sig/types.rbs', line 4247 def resource_id @resource_id end |
#resource_type ⇒ "SMS_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
4248 4249 4250 |
# File 'sig/types.rbs', line 4248 def resource_type @resource_type end |