Class: Aws::Types::DescribeFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4928
4929
4930
# File 'sig/types.rbs', line 4928

def 
  @aws_account_id
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


4929
4930
4931
# File 'sig/types.rbs', line 4929

def flow_id
  @flow_id
end

#publish_state"PUBLISHED", ...

Returns the value of attribute publish_state.

Returns:

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


4930
4931
4932
# File 'sig/types.rbs', line 4930

def publish_state
  @publish_state
end