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.
724 725 726 |
# File 'sig/types.rbs', line 724 def instance_id @instance_id end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
725 726 727 |
# File 'sig/types.rbs', line 725 def resource_ids @resource_ids end |
#resource_type ⇒ "WHATSAPP_MESSAGING_PHONE_NUMBER", ...
Returns the value of attribute resource_type.
726 727 728 |
# File 'sig/types.rbs', line 726 def resource_type @resource_type end |