Class: Aws::Types::DescribeS3AccessPointAttachmentsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



880
881
882
# File 'sig/types.rbs', line 880

def s3_access_point_attachments
  @s3_access_point_attachments
end