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)


6388
6389
6390
# File 'sig/types.rbs', line 6388

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6395
6396
6397
# File 'sig/types.rbs', line 6395

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6391
6392
6393
# File 'sig/types.rbs', line 6391

def description
  @description
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


6389
6390
6391
# File 'sig/types.rbs', line 6389

def flow_id
  @flow_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


6396
6397
6398
# File 'sig/types.rbs', line 6396

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6390
6391
6392
# File 'sig/types.rbs', line 6390

def name
  @name
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

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


6392
6393
6394
# File 'sig/types.rbs', line 6392

def publish_state
  @publish_state
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


6397
6398
6399
# File 'sig/types.rbs', line 6397

def request_id
  @request_id
end

#run_count::Integer

Returns the value of attribute run_count.

Returns:

  • (::Integer)


6394
6395
6396
# File 'sig/types.rbs', line 6394

def run_count
  @run_count
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


6398
6399
6400
# File 'sig/types.rbs', line 6398

def status
  @status
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:

  • (::Integer)


6393
6394
6395
# File 'sig/types.rbs', line 6393

def user_count
  @user_count
end