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.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def authentication_profile_id @authentication_profile_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def instance_id @instance_id end |