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.
37169 37170 37171 37172 37173 |
# File 'lib/aws-sdk-ec2/types.rb', line 37169 class GetFlowLogsIntegrationTemplateResult < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |