Class: Aws::IoT::Types::ResourceIdentifier

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

Instance Attribute Details

#accountString

The account with which the resource is associated.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_idString

The ID of the CA certificate used to authorize the certificate.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_idString

The client ID.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_idString

The ID of the Amazon Cognito identity pool.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_arnString

The ARN of the identified device certificate.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_idString

The ID of the certificate attached to the resource.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_arnString

The ARN of the IAM role that has overly permissive actions.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_identifierTypes::IssuerCertificateIdentifier

The issuer certificate identifier.



13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_identifierTypes::PolicyVersionIdentifier

The version of the policy associated with the resource.



13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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_arnString

The ARN of the role alias that has overly permissive actions.

Returns:

  • (String)


13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
# File 'lib/aws-sdk-iot/types.rb', line 13829

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