Class: Aws::SecurityHub::Types::AwsCloudFormationStackOutputsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFormationStackOutputsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the CloudFormation stack output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A user-defined description associated with the output.
-
#output_key ⇒ String
The key associated with the output.
-
#output_value ⇒ String
The value associated with the output.
Instance Attribute Details
#description ⇒ String
A user-defined description associated with the output.
4271 4272 4273 4274 4275 4276 4277 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4271 class AwsCloudFormationStackOutputsDetails < Struct.new( :description, :output_key, :output_value) SENSITIVE = [] include Aws::Structure end |
#output_key ⇒ String
The key associated with the output.
4271 4272 4273 4274 4275 4276 4277 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4271 class AwsCloudFormationStackOutputsDetails < Struct.new( :description, :output_key, :output_value) SENSITIVE = [] include Aws::Structure end |
#output_value ⇒ String
The value associated with the output.
4271 4272 4273 4274 4275 4276 4277 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4271 class AwsCloudFormationStackOutputsDetails < Struct.new( :description, :output_key, :output_value) SENSITIVE = [] include Aws::Structure end |