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)


4472
4473
4474
# File 'sig/types.rbs', line 4472

def action_connector_id
  @action_connector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4471
4472
4473
# File 'sig/types.rbs', line 4471

def arn
  @arn
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



4473
4474
4475
# File 'sig/types.rbs', line 4473

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4474
4475
4476
# File 'sig/types.rbs', line 4474

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4475
4476
4477
# File 'sig/types.rbs', line 4475

def status
  @status
end