Class: Aws::Types::GetDataAccessResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDataAccessResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
-
#matched_grant_target ⇒ ::String
Returns the value of attribute matched_grant_target.
Instance Attribute Details
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
778 779 780 |
# File 'sig/types.rbs', line 778 def credentials @credentials end |
#grantee ⇒ Types::Grantee
Returns the value of attribute grantee.
780 781 782 |
# File 'sig/types.rbs', line 780 def grantee @grantee end |
#matched_grant_target ⇒ ::String
Returns the value of attribute matched_grant_target.
779 780 781 |
# File 'sig/types.rbs', line 779 def matched_grant_target @matched_grant_target end |