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.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def marker @marker end |
#service_specific_credentials ⇒ ::Array[Types::ServiceSpecificCredentialMetadata]
Returns the value of attribute service_specific_credentials.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def service_specific_credentials @service_specific_credentials end |