Class: Aws::Types::ReferenceStoreDetail
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceStoreDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def name @name end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def sse_config @sse_config end |