Class: Aws::DataZone::Types::GrantedEntityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GrantedEntityInput
- Defined in:
- gems/aws-sdk-datazone/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.
10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10637 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
10637 10638 10639 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10637 def unknown @unknown end |