Class: Aws::Types::DeleteApplicationAccessScopeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def application_arn
  @application_arn
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def scope
  @scope
end