Class: Aws::DataZone::Types::GrantedEntityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GrantedEntityInput
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Note:
GrantedEntityInput is a union - when making an API calls you must set exactly one of the members.
The details of a listing for which a subscription is to be granted.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listing ⇒ Types::ListingRevisionInput
The listing for which a subscription is to be granted.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#listing ⇒ Types::ListingRevisionInput
The listing for which a subscription is to be granted.
8979 8980 8981 8982 8983 8984 8985 8986 8987 8988 |
# File 'lib/aws-sdk-datazone/types.rb', line 8979 class GrantedEntityInput < Struct.new( :listing, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Listing < GrantedEntityInput; end class Unknown < GrantedEntityInput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
8979 8980 8981 |
# File 'lib/aws-sdk-datazone/types.rb', line 8979 def unknown @unknown end |