Class: Aws::Types::InputSourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InputSourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cfn_stack_arn ⇒ ::String
Returns the value of attribute cfn_stack_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#design_file_s3_url ⇒ ::String
Returns the value of attribute design_file_s3_url.
-
#eks ⇒ Types::EksSource
Returns the value of attribute eks.
-
#input_source_id ⇒ ::String
Returns the value of attribute input_source_id.
-
#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.
-
#type ⇒ "CFN_STACK", ...
Returns the value of attribute type.
Instance Attribute Details
#cfn_stack_arn ⇒ ::String
Returns the value of attribute cfn_stack_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def cfn_stack_arn @cfn_stack_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
599 600 601 |
# File 'sig/types.rbs', line 599 def created_at @created_at end |
#design_file_s3_url ⇒ ::String
Returns the value of attribute design_file_s3_url.
598 599 600 |
# File 'sig/types.rbs', line 598 def design_file_s3_url @design_file_s3_url end |
#eks ⇒ Types::EksSource
Returns the value of attribute eks.
597 598 599 |
# File 'sig/types.rbs', line 597 def eks @eks end |
#input_source_id ⇒ ::String
Returns the value of attribute input_source_id.
592 593 594 |
# File 'sig/types.rbs', line 592 def input_source_id @input_source_id end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
594 595 596 |
# File 'sig/types.rbs', line 594 def @resource_tags end |
#tf_state_file_url ⇒ ::String
Returns the value of attribute tf_state_file_url.
596 597 598 |
# File 'sig/types.rbs', line 596 def tf_state_file_url @tf_state_file_url end |
#type ⇒ "CFN_STACK", ...
Returns the value of attribute type.
593 594 595 |
# File 'sig/types.rbs', line 593 def type @type end |