Class: Aws::IoTSiteWise::Types::IAMRoleIdentity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains information about an Identity and Access Management role. For more information, see [IAM roles] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the IAM role. For more information, see [IAM ARNs] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html

Returns:

  • (String)


6347
6348
6349
6350
6351
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6347

class IAMRoleIdentity < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end