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.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def authentication_profile_id @authentication_profile_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def instance_id @instance_id end |