You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceIdentifier as input to an Aws::Client method, you can use a vanilla Hash:

{
  device_certificate_id: "CertificateId",
  ca_certificate_id: "CertificateId",
  cognito_identity_pool_id: "CognitoIdentityPoolId",
  client_id: "ClientId",
  policy_version_identifier: {
    policy_name: "PolicyName",
    policy_version_id: "PolicyVersionId",
  },
  account: "AwsAccountId",
  iam_role_arn: "RoleArn",
  role_alias_arn: "RoleAliasArn",
}

Information that identifies the noncompliant resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The account with which the resource is associated.

Returns:

  • (String)

    The account with which the resource is associated.

#ca_certificate_idString

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

Returns:

  • (String)

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

#client_idString

The client ID.

Returns:

  • (String)

    The client ID.

#cognito_identity_pool_idString

The ID of the Amazon Cognito identity pool.

Returns:

  • (String)

    The ID of the Amazon Cognito identity pool.

#device_certificate_idString

The ID of the certificate attached to the resource.

Returns:

  • (String)

    The ID of the certificate attached to the resource.

#iam_role_arnString

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

Returns:

  • (String)

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

#policy_version_identifierTypes::PolicyVersionIdentifier

The version of the policy associated with the resource.

Returns:

#role_alias_arnString

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

Returns:

  • (String)

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