Class: Aws::Types::PutS3AccessPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_point_arn::String

Returns the value of attribute s3_access_point_arn.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def s3_access_point_arn
  @s3_access_point_arn
end

#store_id::String

Returns the value of attribute store_id.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def store_id
  @store_id
end

#store_type"SEQUENCE_STORE", "REFERENCE_STORE"

Returns the value of attribute store_type.

Returns:

  • ("SEQUENCE_STORE", "REFERENCE_STORE")


1792
1793
1794
# File 'sig/types.rbs', line 1792

def store_type
  @store_type
end