Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#object_version ⇒ ::String
Returns the value of attribute object_version.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def key @key end |
#object_version ⇒ ::String
Returns the value of attribute object_version.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def object_version @object_version end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def role_arn @role_arn end |