Class: Aws::DataZone::Types::Model
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::Model
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Note:
Model is a union - when making an API calls you must set exactly one of the members.
Note:
Model is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Model corresponding to the set member.
The model of the API.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#smithy ⇒ String
Indicates the smithy model of the API.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#smithy ⇒ String
Indicates the smithy model of the API.
13915 13916 13917 13918 13919 13920 13921 13922 13923 13924 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13915 class Model < Struct.new( :smithy, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Smithy < Model; end class Unknown < Model; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
13915 13916 13917 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13915 def unknown @unknown end |