Class: Aws::CloudFormation::Types::SetTypeConfigurationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_arnString

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

Conditional: You must specify ConfigurationArn, or Type and TypeName.

Returns:

  • (String)


7453
7454
7455
7456
7457
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7453

class SetTypeConfigurationOutput < Struct.new(
  :configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end