Class: Aws::Types::DataLakeAccessPropertiesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_type::String

Returns the value of attribute catalog_type.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def catalog_type
  @catalog_type
end

#data_lake_accessBoolean

Returns the value of attribute data_lake_access.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def status_message
  @status_message
end