Class: Aws::IoT::Types::ResourceIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ResourceIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Information that identifies the noncompliant resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account with which the resource is associated.
 - 
  
    
      #ca_certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the CA certificate used to authorize the certificate.
 - 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The client ID.
 - 
  
    
      #cognito_identity_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Cognito identity pool.
 - 
  
    
      #device_certificate_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the identified device certificate.
 - 
  
    
      #device_certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the certificate attached to the resource.
 - 
  
    
      #iam_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the IAM role that has overly permissive actions.
 - 
  
    
      #issuer_certificate_identifier  ⇒ Types::IssuerCertificateIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The issuer certificate identifier.
 - 
  
    
      #policy_version_identifier  ⇒ Types::PolicyVersionIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the policy associated with the resource.
 - 
  
    
      #role_alias_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the role alias that has overly permissive actions.
 
Instance Attribute Details
#account ⇒ String
The account with which the resource is associated.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#ca_certificate_id ⇒ String
The ID of the CA certificate used to authorize the certificate.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#client_id ⇒ String
The client ID.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#cognito_identity_pool_id ⇒ String
The ID of the Amazon Cognito identity pool.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#device_certificate_arn ⇒ String
The ARN of the identified device certificate.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#device_certificate_id ⇒ String
The ID of the certificate attached to the resource.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#iam_role_arn ⇒ String
The ARN of the IAM role that has overly permissive actions.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#issuer_certificate_identifier ⇒ Types::IssuerCertificateIdentifier
The issuer certificate identifier.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_version_identifier ⇒ Types::PolicyVersionIdentifier
The version of the policy associated with the resource.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_alias_arn ⇒ String
The ARN of the role alias that has overly permissive actions.
      13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13254 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account, :iam_role_arn, :role_alias_arn, :issuer_certificate_identifier, :device_certificate_arn) SENSITIVE = [] include Aws::Structure end  |