Class: Aws::Types::ScopeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def domain
  @domain
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def name
  @name
end

#scope"GITHUB_ORGANIZATION", ...

Returns the value of attribute scope.

Returns:

  • ("GITHUB_ORGANIZATION", "GITHUB_GLOBAL", "GITLAB_GROUP")


1218
1219
1220
# File 'sig/types.rbs', line 1218

def scope
  @scope
end