Class: Aws::MediaConnect::Types::RevokeFlowEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RevokeFlowEntitlementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
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.
5712 5713 5714 5715 5716 5717 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5712 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.
5712 5713 5714 5715 5716 5717 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5712 class RevokeFlowEntitlementResponse < Struct.new( :entitlement_arn, :flow_arn) SENSITIVE = [] include Aws::Structure end |