Class: Aws::NovaAct::Types::ClientInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ClientInfo
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Information about the client making API requests, used for compatibility checking.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatibility_version ⇒ Integer
The compatibility version of the client, used to ensure API compatibility.
-
#sdk_version ⇒ String
The version of the SDK being used by the client.
Instance Attribute Details
#compatibility_version ⇒ Integer
The compatibility version of the client, used to ensure API compatibility.
175 176 177 178 179 180 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 175 class ClientInfo < Struct.new( :compatibility_version, :sdk_version) SENSITIVE = [] include Aws::Structure end |
#sdk_version ⇒ String
The version of the SDK being used by the client.
175 176 177 178 179 180 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 175 class ClientInfo < Struct.new( :compatibility_version, :sdk_version) SENSITIVE = [] include Aws::Structure end |