class
Amazonite::ApiGateway::SdkType
- Amazonite::ApiGateway::SdkType
- Reference
- Object
Overview
A type of SDK that API Gateway can generate.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/sdk_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : String | Nil = nil, friendly_name : String | Nil = nil, description : String | Nil = nil, configuration_properties : Array(SdkConfigurationProperty) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#configuration_properties : Array(SdkConfigurationProperty) | Nil
A list of configuration properties of an SdkType.
-
#configuration_properties=(configuration_properties : Array(SdkConfigurationProperty) | Nil)
A list of configuration properties of an SdkType.
-
#description : String | Nil
The description of an SdkType.
-
#description=(description : String | Nil)
The description of an SdkType.
-
#friendly_name : String | Nil
The user-friendly name of an SdkType instance.
-
#friendly_name=(friendly_name : String | Nil)
The user-friendly name of an SdkType instance.
-
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The identifier of an SdkType instance.
-
#id=(id : String | Nil)
The identifier of an SdkType instance.
- #validate! : Nil
Constructor Detail
def self.new(id : String | Nil = nil, friendly_name : String | Nil = nil, description : String | Nil = nil, configuration_properties : Array(SdkConfigurationProperty) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def configuration_properties : Array(SdkConfigurationProperty) | Nil
#
A list of configuration properties of an SdkType.
def configuration_properties=(configuration_properties : Array(SdkConfigurationProperty) | Nil)
#
A list of configuration properties of an SdkType.