Class: Aws::Types::GetApplicationAccessScopeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_targets::Array[::String]

Returns the value of attribute authorized_targets.

Returns:

  • (::Array[::String])


571
572
573
# File 'sig/types.rbs', line 571

def authorized_targets
  @authorized_targets
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def scope
  @scope
end