Class: Aws::Types::ResourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CfnStackArn, DesignFileS3Url, Eks, ResourceTags, TfStateFileUrl, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cfn_stack_arn ⇒ ::String
Returns the value of attribute cfn_stack_arn.
-
#design_file_s3_url ⇒ ::String
Returns the value of attribute design_file_s3_url.
-
#eks ⇒ Types::EksSource
Returns the value of attribute eks.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#tf_state_file_url ⇒ ::String
Returns the value of attribute tf_state_file_url.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cfn_stack_arn ⇒ ::String
Returns the value of attribute cfn_stack_arn.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def cfn_stack_arn @cfn_stack_arn end |
#design_file_s3_url ⇒ ::String
Returns the value of attribute design_file_s3_url.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def design_file_s3_url @design_file_s3_url end |
#eks ⇒ Types::EksSource
Returns the value of attribute eks.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def eks @eks end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def @resource_tags end |
#tf_state_file_url ⇒ ::String
Returns the value of attribute tf_state_file_url.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def tf_state_file_url @tf_state_file_url end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def unknown @unknown end |