Class: Aws::Types::AuthScope
- Inherits:
-
Object
- Object
- Aws::Types::AuthScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_type ⇒ "CUSTOMER_PROFILE"
Returns the value of attribute entity_type.
-
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
532 533 534 |
# File 'sig/types.rbs', line 532 def security_profile_ids @security_profile_ids end |