Class: Aws::Types::PutApplicationAccessScopeRequest

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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def application_arn
  @application_arn
end

#authorized_targets::Array[::String]

Returns the value of attribute authorized_targets.

Returns:

  • (::Array[::String])


1075
1076
1077
# File 'sig/types.rbs', line 1075

def authorized_targets
  @authorized_targets
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def scope
  @scope
end