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.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def catalog_type @catalog_type end |
#data_lake_access ⇒ Boolean
Returns the value of attribute data_lake_access.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def data_lake_access @data_lake_access end |
#data_transfer_role ⇒ ::String
Returns the value of attribute data_transfer_role.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def data_transfer_role @data_transfer_role end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def kms_key @kms_key end |
#managed_workgroup_name ⇒ ::String
Returns the value of attribute managed_workgroup_name.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def managed_workgroup_name @managed_workgroup_name end |
#managed_workgroup_status ⇒ ::String
Returns the value of attribute managed_workgroup_status.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def managed_workgroup_status @managed_workgroup_status end |
#redshift_database_name ⇒ ::String
Returns the value of attribute redshift_database_name.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def redshift_database_name @redshift_database_name end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def @status_message end |