Class: Aws::Types::InputSourceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_stack_arn::String

Returns the value of attribute cfn_stack_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def design_file_s3_url
  @design_file_s3_url
end

#eksTypes::EksSource

Returns the value of attribute eks.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def resource_tags
  @resource_tags
end

#tf_state_file_url::String

Returns the value of attribute tf_state_file_url.

Returns:

  • (::String)


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.

Returns:

  • ("CFN_STACK", "TAGS", "EKS", "TERRAFORM", "DESIGN_FILE", "MONITORING")


593
594
595
# File 'sig/types.rbs', line 593

def type
  @type
end