Class: Aws::Types::DescribeActionConnectorPermissionsResponse

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)


4298
4299
4300
# File 'sig/types.rbs', line 4298

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4297
4298
4299
# File 'sig/types.rbs', line 4297

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4299
4300
4301
# File 'sig/types.rbs', line 4299

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4300
4301
4302
# File 'sig/types.rbs', line 4300

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4301
4302
4303
# File 'sig/types.rbs', line 4301

def status
  @status
end