Method: Aws::Greengrass::Types::CreateLoggerDefinitionVersionResponse#arn
- Defined in:
- lib/aws-sdk-greengrass/types.rb
#arn ⇒ String
1025 1026 1027 1028 1029 1030 1031 1032 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1025 class CreateLoggerDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :id, :version) SENSITIVE = [] include Aws::Structure end |