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)


535
536
537
# File 'sig/types.rbs', line 535

def domain_name
  @domain_name
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def entity_id
  @entity_id
end

#entity_type"CUSTOMER_PROFILE"

Returns the value of attribute entity_type.

Returns:

  • ("CUSTOMER_PROFILE")


533
534
535
# File 'sig/types.rbs', line 533

def entity_type
  @entity_type
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


532
533
534
# File 'sig/types.rbs', line 532

def security_profile_ids
  @security_profile_ids
end