Class: Aws::CloudFormation::Types::SetTypeConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::SetTypeConfigurationOutput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_arn ⇒ String
The Amazon Resource Name (ARN) for the configuration data, in this account and Region.
Instance Attribute Details
#configuration_arn ⇒ String
The Amazon Resource Name (ARN) for the configuration data, in this account and Region.
Conditional: You must specify ConfigurationArn
, or Type
and
TypeName
.
7799 7800 7801 7802 7803 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 7799 class SetTypeConfigurationOutput < Struct.new( :configuration_arn) SENSITIVE = [] include Aws::Structure end |