Class: Aws::Types::UpdateActionConnectorPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


12266
12267
12268
# File 'sig/types.rbs', line 12266

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12265
12266
12267
# File 'sig/types.rbs', line 12265

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12269
12270
12271
# File 'sig/types.rbs', line 12269

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12267
12268
12269
# File 'sig/types.rbs', line 12267

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12268
12269
12270
# File 'sig/types.rbs', line 12268

def status
  @status
end