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)


11876
11877
11878
# File 'sig/types.rbs', line 11876

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11875
11876
11877
# File 'sig/types.rbs', line 11875

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



11879
11880
11881
# File 'sig/types.rbs', line 11879

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


11877
11878
11879
# File 'sig/types.rbs', line 11877

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


11878
11879
11880
# File 'sig/types.rbs', line 11878

def status
  @status
end