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)


567
568
569
# File 'sig/types.rbs', line 567

def application_arn
  @application_arn
end

#scope ⇒ ::String

Returns the value of attribute scope.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def scope
  @scope
end