Class: Aws::Types::DescribeS3AccessPointAttachmentsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::S3AccessPointAttachmentsFilter]

Returns the value of attribute filters.



873
874
875
# File 'sig/types.rbs', line 873

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



874
875
876
# File 'sig/types.rbs', line 874

def max_results
  @max_results
end

#names::Array[::String]

Returns the value of attribute names.



872
873
874
# File 'sig/types.rbs', line 872

def names
  @names
end

#next_token::String

Returns the value of attribute next_token.



875
876
877
# File 'sig/types.rbs', line 875

def next_token
  @next_token
end