Class: Aws::Types::DataLakeAccessPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DataLakeAccessPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_type ⇒ ::String
Returns the value of attribute catalog_type.
-
#data_lake_access ⇒ Boolean
Returns the value of attribute data_lake_access.
-
#data_transfer_role ⇒ ::String
Returns the value of attribute data_transfer_role.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#managed_workgroup_name ⇒ ::String
Returns the value of attribute managed_workgroup_name.
-
#managed_workgroup_status ⇒ ::String
Returns the value of attribute managed_workgroup_status.
-
#redshift_database_name ⇒ ::String
Returns the value of attribute redshift_database_name.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#catalog_type ⇒ ::String
Returns the value of attribute catalog_type.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def catalog_type @catalog_type end |
#data_lake_access ⇒ Boolean
Returns the value of attribute data_lake_access.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def data_lake_access @data_lake_access end |
#data_transfer_role ⇒ ::String
Returns the value of attribute data_transfer_role.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def data_transfer_role @data_transfer_role end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def kms_key @kms_key end |
#managed_workgroup_name ⇒ ::String
Returns the value of attribute managed_workgroup_name.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def managed_workgroup_name @managed_workgroup_name end |
#managed_workgroup_status ⇒ ::String
Returns the value of attribute managed_workgroup_status.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def managed_workgroup_status @managed_workgroup_status end |
#redshift_database_name ⇒ ::String
Returns the value of attribute redshift_database_name.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def redshift_database_name @redshift_database_name end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def @status_message end |