Method: Aws::CloudFormation::Types::ResourceDefinition#resource_type
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#resource_type ⇒ String
The type of the resource, such as ‘AWS::DynamoDB::Table`. For the list of supported resources, see [Resource type support for imports and drift detection] in the *CloudFormation User Guide*
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html
7225 7226 7227 7228 7229 7230 7231 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7225 class ResourceDefinition < Struct.new( :resource_type, :logical_resource_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end |