Class: Aws::Types::DescribeS3AccessPointAttachmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeS3AccessPointAttachmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#s3_access_point_attachments ⇒ ::Array[Types::S3AccessPointAttachment]
Returns the value of attribute s3_access_point_attachments.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
881 882 883 |
# File 'sig/types.rbs', line 881 def next_token @next_token end |
#s3_access_point_attachments ⇒ ::Array[Types::S3AccessPointAttachment]
Returns the value of attribute s3_access_point_attachments.
880 881 882 |
# File 'sig/types.rbs', line 880 def end |