Class: Aws::DataZone::Types::Model
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::Model
- Includes:
- Structure, Structure::Union
- Defined in:
- 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.
11636 11637 11638 11639 11640 11641 11642 11643 11644 11645 |
# File 'lib/aws-sdk-datazone/types.rb', line 11636 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
11636 11637 11638 |
# File 'lib/aws-sdk-datazone/types.rb', line 11636 def unknown @unknown end |