Class: Aws::MediaConnect::Types::RevokeFlowEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RevokeFlowEntitlementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#entitlement_arn ⇒ String
3694 3695 3696 3697 3698 3699 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3694 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
3694 3695 3696 3697 3698 3699 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3694 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |