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)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def design_file_s3_url
  @design_file_s3_url
end

#eksTypes::EksSource

Returns the value of attribute eks.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



615
616
617
# File 'sig/types.rbs', line 615

def resource_tags
  @resource_tags
end

#tf_state_file_url::String

Returns the value of attribute tf_state_file_url.

Returns:

  • (::String)


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.

Returns:

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


614
615
616
# File 'sig/types.rbs', line 614

def type
  @type
end