Class: Aws::Types::CreateFlowResponse

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)


2284
2285
2286
# File 'sig/types.rbs', line 2284

def arn
  @arn
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def flow_id
  @flow_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def status
  @status
end