Class: Aws::Types::BatchGetProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def domain_name @domain_name end |
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
189 190 191 |
# File 'sig/types.rbs', line 189 def profile_ids @profile_ids end |