Class: Aws::Types::PipelineMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


954
955
956
# File 'sig/types.rbs', line 954

def created
  @created
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def pipeline_arn
  @pipeline_arn
end

#polling_disabled_at::Time

Returns the value of attribute polling_disabled_at.

Returns:

  • (::Time)


956
957
958
# File 'sig/types.rbs', line 956

def polling_disabled_at
  @polling_disabled_at
end

#updated::Time

Returns the value of attribute updated.

Returns:

  • (::Time)


955
956
957
# File 'sig/types.rbs', line 955

def updated
  @updated
end