Class: Aws::IoT::Types::SigV4Authorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SigV4Authorization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
For more information, see [Signature Version 4 signing process].
[1]: docs.aws.amazon.com/general/latest/gr/signature-version-4.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The ARN of the signing role.
-
#service_name ⇒ String
The service name to use while signing with Sig V4.
-
#signing_region ⇒ String
The signing region.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the signing role.
15194 15195 15196 15197 15198 15199 15200 |
# File 'lib/aws-sdk-iot/types.rb', line 15194 class SigV4Authorization < Struct.new( :signing_region, :service_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The service name to use while signing with Sig V4.
15194 15195 15196 15197 15198 15199 15200 |
# File 'lib/aws-sdk-iot/types.rb', line 15194 class SigV4Authorization < Struct.new( :signing_region, :service_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#signing_region ⇒ String
The signing region.
15194 15195 15196 15197 15198 15199 15200 |
# File 'lib/aws-sdk-iot/types.rb', line 15194 class SigV4Authorization < Struct.new( :signing_region, :service_name, :role_arn) SENSITIVE = [] include Aws::Structure end |