Class: Aws::Types::DescribeAuthenticationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAuthenticationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_profile_id ⇒ ::String
Returns the value of attribute authentication_profile_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#authentication_profile_id ⇒ ::String
Returns the value of attribute authentication_profile_id.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def authentication_profile_id @authentication_profile_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def instance_id @instance_id end |