Class: Aws::Types::GetAccessGrantsInstanceForPrefixRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessGrantsInstanceForPrefixRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
542 543 544 |
# File 'sig/types.rbs', line 542 def account_id @account_id end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
543 544 545 |
# File 'sig/types.rbs', line 543 def s3_prefix @s3_prefix end |