class Aws::CloudFormation::Types::DescribeTypeInput
@note When making an API call, you may pass DescribeTypeInput
data as a hash: { type: "RESOURCE", # accepts RESOURCE, MODULE, HOOK type_name: "TypeName", arn: "TypeArn", version_id: "TypeVersionId", publisher_id: "PublisherId", public_version_number: "PublicVersionNumber", }
@!attribute [rw] type
The kind of extension. Conditional: You must specify either `TypeName` and `Type`, or `Arn`. @return [String]
@!attribute [rw] type_name
The name of the extension. Conditional: You must specify either `TypeName` and `Type`, or `Arn`. @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the extension. Conditional: You must specify either `TypeName` and `Type`, or `Arn`. @return [String]
@!attribute [rw] version_id
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered. If you specify a `VersionId`, `DescribeType` returns information about that specific extension version. Otherwise, it returns information about the default extension version. @return [String]
@!attribute [rw] publisher_id
The publisher ID of the extension publisher. Extensions provided by Amazon are not assigned a publisher ID. @return [String]
@!attribute [rw] public_version_number
The version number of a public third-party extension. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeTypeInput AWS API Documentation
Constants
- SENSITIVE