Class: Aws::Types::AuthScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def domain_name
  @domain_name
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def entity_id
  @entity_id
end

#entity_type"CUSTOMER_PROFILE"

Returns the value of attribute entity_type.

Returns:

  • ("CUSTOMER_PROFILE")


538
539
540
# File 'sig/types.rbs', line 538

def entity_type
  @entity_type
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


537
538
539
# File 'sig/types.rbs', line 537

def security_profile_ids
  @security_profile_ids
end