Class: Aws::Types::GetS3AccessPolicyResponse

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)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def s3_access_point_arn
  @s3_access_point_arn
end

#s3_access_policy::String

Returns the value of attribute s3_access_policy.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def s3_access_policy
  @s3_access_policy
end

#store_id::String

Returns the value of attribute store_id.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def store_id
  @store_id
end

#store_type"SEQUENCE_STORE", "REFERENCE_STORE"

Returns the value of attribute store_type.

Returns:

  • ("SEQUENCE_STORE", "REFERENCE_STORE")


1130
1131
1132
# File 'sig/types.rbs', line 1130

def store_type
  @store_type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def update_time
  @update_time
end