Class: Aws::Types::UpdateFlowPermissionsOutput

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)


12684
12685
12686
# File 'sig/types.rbs', line 12684

def arn
  @arn
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


12687
12688
12689
# File 'sig/types.rbs', line 12687

def flow_id
  @flow_id
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.

Returns:



12685
12686
12687
# File 'sig/types.rbs', line 12685

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12686
12687
12688
# File 'sig/types.rbs', line 12686

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12683
12684
12685
# File 'sig/types.rbs', line 12683

def status
  @status
end