Class: Aws::Types::CreateReferenceStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateReferenceStoreResponse
- 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.
329 330 331 |
# File 'sig/types.rbs', line 329 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
333 334 335 |
# File 'sig/types.rbs', line 333 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
331 332 333 |
# File 'sig/types.rbs', line 331 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
328 329 330 |
# File 'sig/types.rbs', line 328 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
332 333 334 |
# File 'sig/types.rbs', line 332 def sse_config @sse_config end |