Class: Aws::Types::RemovePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def function_name
  @function_name
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def qualifier
  @qualifier
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def revision_id
  @revision_id
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def statement_id
  @statement_id
end