Class: Aws::Types::GetApplicationAccessScopeRequest

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)


564
565
566
# File 'sig/types.rbs', line 564

def application_arn
  @application_arn
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def scope
  @scope
end