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.
616 617 618 |
# File 'sig/types.rbs', line 616 def cfn_stack_arn @cfn_stack_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
620 621 622 |
# File 'sig/types.rbs', line 620 def created_at @created_at end |
#design_file_s3_url ⇒ ::String
Returns the value of attribute design_file_s3_url.
619 620 621 |
# File 'sig/types.rbs', line 619 def design_file_s3_url @design_file_s3_url end |
#eks ⇒ Types::EksSource
Returns the value of attribute eks.
618 619 620 |
# File 'sig/types.rbs', line 618 def eks @eks end |
#input_source_id ⇒ ::String
Returns the value of attribute input_source_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def input_source_id @input_source_id end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
615 616 617 |
# File 'sig/types.rbs', line 615 def @resource_tags end |
#tf_state_file_url ⇒ ::String
Returns the value of attribute tf_state_file_url.
617 618 619 |
# File 'sig/types.rbs', line 617 def tf_state_file_url @tf_state_file_url end |
#type ⇒ "CFN_STACK", ...
Returns the value of attribute type.
614 615 616 |
# File 'sig/types.rbs', line 614 def type @type end |