Class: Aws::Types::GetReferenceStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReferenceStoreResponse
- 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.
997 998 999 |
# File 'sig/types.rbs', line 997 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
996 997 998 |
# File 'sig/types.rbs', line 996 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
998 999 1000 |
# File 'sig/types.rbs', line 998 def name @name end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def sse_config @sse_config end |