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
3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3763 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
3763 3764 3765 3766 3767 3768 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3763 class RevokeFlowEntitlementRequest < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |