Class: Aws::Types::GetFlowMetadataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


6654
6655
6656
# File 'sig/types.rbs', line 6654

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6661
6662
6663
# File 'sig/types.rbs', line 6661

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6657
6658
6659
# File 'sig/types.rbs', line 6657

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


6655
6656
6657
# File 'sig/types.rbs', line 6655

def flow_id
  @flow_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


6662
6663
6664
# File 'sig/types.rbs', line 6662

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6656
6657
6658
# File 'sig/types.rbs', line 6656

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

  • ("PUBLISHED", "DRAFT", "PENDING_APPROVAL")


6658
6659
6660
# File 'sig/types.rbs', line 6658

def publish_state
  @publish_state
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6663
6664
6665
# File 'sig/types.rbs', line 6663

def request_id
  @request_id
end

#run_count::Integer

Returns the value of attribute run_count.

Returns:

  • (::Integer)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def run_count
  @run_count
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6664
6665
6666
# File 'sig/types.rbs', line 6664

def status
  @status
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


6659
6660
6661
# File 'sig/types.rbs', line 6659

def user_count
  @user_count
end