Class: Aws::Types::RemoveProfilePermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def profile_name
  @profile_name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def revision_id
  @revision_id
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def statement_id
  @statement_id
end