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)


12242
12243
12244
# File 'sig/types.rbs', line 12242

def arn
  @arn
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


12245
12246
12247
# File 'sig/types.rbs', line 12245

def flow_id
  @flow_id
end

#permissions::Array[Types::Permission]

Returns the value of attribute permissions.

Returns:



12243
12244
12245
# File 'sig/types.rbs', line 12243

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12244
12245
12246
# File 'sig/types.rbs', line 12244

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12241
12242
12243
# File 'sig/types.rbs', line 12241

def status
  @status
end