You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::RevokeFlowEntitlementResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_arnString

The ARN of the entitlement that was revoked.

Returns:

  • (String)

    The ARN of the entitlement that was revoked.

#flow_arnString

The ARN of the flow that the entitlement was revoked from.

Returns:

  • (String)

    The ARN of the flow that the entitlement was revoked from.