Class: Aws::Types::ListServiceSpecificCredentialsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceSpecificCredentialsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#service_specific_credentials ⇒ ::Array[Types::ServiceSpecificCredentialMetadata]
Returns the value of attribute service_specific_credentials.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def marker @marker end |
#service_specific_credentials ⇒ ::Array[Types::ServiceSpecificCredentialMetadata]
Returns the value of attribute service_specific_credentials.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def service_specific_credentials @service_specific_credentials end |