Class: Aws::Types::DeleteCustomPermissionsResponse

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)


3816
3817
3818
# File 'sig/types.rbs', line 3816

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3817
3818
3819
# File 'sig/types.rbs', line 3817

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3815
3816
3817
# File 'sig/types.rbs', line 3815

def status
  @status
end