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

Class: Aws::CloudFormation::Types::ResourceIdentifierSummary

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

Overview

Describes the target resources of a specific type in your import template (for example, all AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of that type.

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_idsArray<String>

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

Returns:

  • (Array<String>)

    The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

#resource_identifiersArray<String>

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

Returns:

  • (Array<String>)

    The resource properties you can provide during the import to identify your target resources.

#resource_typeString

The template resource type of the target resources, such as AWS::S3::Bucket.

Returns:

  • (String)

    The template resource type of the target resources, such as AWS::S3::Bucket.