Class: Aws::Types::BatchGetFlowAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFlowAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
-
#resource_type ⇒ "WHATSAPP_MESSAGING_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def instance_id @instance_id end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
731 732 733 |
# File 'sig/types.rbs', line 731 def resource_ids @resource_ids end |
#resource_type ⇒ "WHATSAPP_MESSAGING_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
732 733 734 |
# File 'sig/types.rbs', line 732 def resource_type @resource_type end |