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.
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.
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.
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.
537 538 539 |
# File 'sig/types.rbs', line 537 def security_profile_ids @security_profile_ids end |