Class: Aws::CloudFormation::Types::DeactivateTypeInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Conditional: You must specify either ‘Arn`, or `TypeName` and `Type`.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-cloudformation/types.rb', line 1892

class DeactivateTypeInput < Struct.new(
  :type_name,
  :type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The extension type.

Conditional: You must specify either ‘Arn`, or `TypeName` and `Type`.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-cloudformation/types.rb', line 1892

class DeactivateTypeInput < Struct.new(
  :type_name,
  :type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

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`.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-cloudformation/types.rb', line 1892

class DeactivateTypeInput < Struct.new(
  :type_name,
  :type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end