Class: Aws::ResilienceHub::Types::TerraformSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::TerraformSource
- Defined in:
- gems/aws-sdk-resiliencehub/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.
6111 6112 6113 6114 6115 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 6111 class TerraformSource < Struct.new( :s3_state_file_url) SENSITIVE = [] include Aws::Structure end |