Class: Aws::IoT::Types::ResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ResourceIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass ResourceIdentifier data as a 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",
}
Information identifying the non-compliant resource.
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 Cognito Identity Pool.
-
#device_certificate_id ⇒ String
The ID of the certificate attached to the resource.
-
#policy_version_identifier ⇒ Types::PolicyVersionIdentifier
The version of the policy associated with the resource.
Instance Attribute Details
#account ⇒ String
The account with which the resource is associated.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |
#ca_certificate_id ⇒ String
The ID of the CA certificate used to authorize the certificate.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |
#client_id ⇒ String
The client ID.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |
#cognito_identity_pool_id ⇒ String
The ID of the Cognito Identity Pool.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |
#device_certificate_id ⇒ String
The ID of the certificate attached to the resource.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |
#policy_version_identifier ⇒ Types::PolicyVersionIdentifier
The version of the policy associated with the resource.
8879 8880 8881 8882 8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-iot/types.rb', line 8879 class ResourceIdentifier < Struct.new( :device_certificate_id, :ca_certificate_id, :cognito_identity_pool_id, :client_id, :policy_version_identifier, :account) include Aws::Structure end |