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
3671 3672 3673 3674 3675 3676 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3671 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
3671 3672 3673 3674 3675 3676 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3671 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |