Class: Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetFlowLogsIntegrationTemplateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ String
The generated CloudFormation template.
Instance Attribute Details
#result ⇒ String
The generated CloudFormation template.
37219 37220 37221 37222 37223 |
# File 'lib/aws-sdk-ec2/types.rb', line 37219 class GetFlowLogsIntegrationTemplateResult < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |