Method: Aws::CloudFormation::Types::RegisterTypeInput#type

Defined in:
lib/aws-sdk-cloudformation/types.rb

#typeString

The kind of extension.

Returns:

  • (String)


7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
# File 'lib/aws-sdk-cloudformation/types.rb', line 7388

class RegisterTypeInput < Struct.new(
  :type,
  :type_name,
  :schema_handler_package,
  :logging_config,
  :execution_role_arn,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end