Class: Aws::IoT::Types::SigV4Authorization
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SigV4Authorization
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
For more information, see Signature Version 4 signing process.
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.
14260 14261 14262 14263 14264 14265 14266 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14260 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.
14260 14261 14262 14263 14264 14265 14266 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14260 class SigV4Authorization < Struct.new( :signing_region, :service_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#signing_region ⇒ String
The signing region.
14260 14261 14262 14263 14264 14265 14266 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14260 class SigV4Authorization < Struct.new( :signing_region, :service_name, :role_arn) SENSITIVE = [] include Aws::Structure end |