Class: Aws::ResilienceHub::Types::TerraformSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::TerraformSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
The Terraform s3 state file you need to import.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_state_file_url ⇒ String
The URL of the Terraform s3 state file you need to import.
Instance Attribute Details
#s3_state_file_url ⇒ String
The URL of the Terraform s3 state file you need to import.
6312 6313 6314 6315 6316 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6312 class TerraformSource < Struct.new( :s3_state_file_url) SENSITIVE = [] include Aws::Structure end |