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)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def function_name
  @function_name
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def qualifier
  @qualifier
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def revision_id
  @revision_id
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def statement_id
  @statement_id
end