Class: Aws::IoT::Types::SigV4Authorization

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

The ARN of the signing role.

Returns:

  • (String)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

class SigV4Authorization < Struct.new(
  :signing_region,
  :service_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The service name to use while signing with Sig V4.

Returns:

  • (String)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

class SigV4Authorization < Struct.new(
  :signing_region,
  :service_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#signing_regionString

The signing region.

Returns:

  • (String)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

class SigV4Authorization < Struct.new(
  :signing_region,
  :service_name,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end