Method: Aws::CloudFormation::Types::TypeConfigurationDetails#arn
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#arn ⇒ String
The ARN for the configuration data, in this account and Region.
10843 10844 10845 10846 10847 10848 10849 10850 10851 10852 10853 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 10843 class TypeConfigurationDetails < Struct.new( :arn, :alias, :configuration, :last_updated, :type_arn, :type_name, :is_default_configuration) SENSITIVE = [] include Aws::Structure end |