class Aws::CloudFormation::Types::DeactivateTypeInput

@note When making an API call, you may pass DeactivateTypeInput

data as a hash:

    {
      type_name: "TypeName",
      type: "RESOURCE", # accepts RESOURCE, MODULE, HOOK
      arn: "PrivateTypeArn",
    }

@!attribute [rw] type_name

The type name of the extension, in this account and region. If you
specified a type name alias when enabling the extension, use the
type name alias.

Conditional: You must specify either `Arn`, or `TypeName` and
`Type`.
@return [String]

@!attribute [rw] type

The extension type.

Conditional: You must specify either `Arn`, or `TypeName` and
`Type`.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) for the extension, in this account
and region.

Conditional: You must specify either `Arn`, or `TypeName` and
`Type`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeactivateTypeInput AWS API Documentation

Constants

SENSITIVE