Class: Aws::Types::UpdateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#certificate_ids ⇒ ::Array[::String]
Returns the value of attribute certificate_ids.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def certificate_ids @certificate_ids end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def profile_id @profile_id end |