Class: Aws::Types::RedshiftDataShareDetails
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDataShareDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#view ⇒ ::String
Returns the value of attribute view.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def arn @arn end |
#database ⇒ ::String
Returns the value of attribute database.
859 860 861 |
# File 'sig/types.rbs', line 859 def database @database end |
#function ⇒ ::String
Returns the value of attribute function.
860 861 862 |
# File 'sig/types.rbs', line 860 def function @function end |
#schema ⇒ ::String
Returns the value of attribute schema.
862 863 864 |
# File 'sig/types.rbs', line 862 def schema @schema end |
#table ⇒ ::String
Returns the value of attribute table.
861 862 863 |
# File 'sig/types.rbs', line 861 def table @table end |
#view ⇒ ::String
Returns the value of attribute view.
863 864 865 |
# File 'sig/types.rbs', line 863 def view @view end |