Class: Aws::MediaConnect::Types::RevokeFlowEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RevokeFlowEntitlementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful RevokeFlowEntitlement request. The response includes the ARN of the flow that was updated and the ARN of the entitlement that was revoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlement_arn ⇒ String
The ARN of the entitlement that was revoked.
-
#flow_arn ⇒ String
The ARN of the flow that the entitlement was revoked from.
Instance Attribute Details
#entitlement_arn ⇒ String
The ARN of the entitlement that was revoked.
3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3692 class RevokeFlowEntitlementResponse < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The ARN of the flow that the entitlement was revoked from.
3692 3693 3694 3695 3696 3697 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3692 class RevokeFlowEntitlementResponse < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |